We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1fc22 commit 2c22cc9Copy full SHA for 2c22cc9
.github/workflows/run-tests-WaterfallGridSample.yml
@@ -22,3 +22,5 @@ jobs:
22
run: xcodebuild -list
23
- name: Show eligible build destinations
24
run: xcodebuild -showdestinations -scheme WaterfallGrid
25
+ - name: Build for destination
26
+ run: xcodebuild build -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"
0 commit comments