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 9c6349c commit 60bcf1eCopy full SHA for 60bcf1e
.github/workflows/CI.yml
@@ -46,7 +46,7 @@ jobs:
46
matrix:
47
iosDestination: ["platform=iOS Simulator,name=iPhone 14 Pro"]
48
tvOSDestination: ["platform=tvOS Simulator,name=Apple TV"]
49
- watchOSDestination: ["platform=watchOS Simulator,name=Apple Watch Series 7 (45mm)"]
+ watchOSDestination: ["platform=watchOS Simulator,os=10.0,name=Apple Watch Series 7 (45mm)"]
50
macOSDestination: ["platform=macOS"]
51
macCatalystDestination: ["platform=macOS,variant=Mac Catalyst"]
52
steps:
0 commit comments