We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f040e commit d57a788Copy full SHA for d57a788
.github/workflows/ci.yaml
@@ -16,11 +16,11 @@ jobs:
16
platform: [iOS, macOS, watchOS, tvOS]
17
include:
18
- platform: iOS
19
- destination: "platform=iOS Simulator,name=iPhone 16"
+ destination: "platform=iOS Simulator"
20
- platform: macOS
21
destination: "platform=macOS"
22
- platform: watchOS
23
- destination: "platform=watchOS Simulator,name=Apple Watch Series 10 (42mm)"
+ destination: "platform=watchOS Simulator"
24
- platform: tvOS
25
destination: "platform=tvOS Simulator,name=Apple TV 4K (3rd generation)"
26
steps:
0 commit comments