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 9b6e05a commit 318339eCopy full SHA for 318339e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Show eligible build destinations
23
run: xcodebuild -showdestinations -scheme CodeScanner
24
- - name: Build and test ( mac Catalyst 12.0)
25
- run: xcodebuild test -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'
26
- - name: Build and test ( iOS 15.0)
27
- run: xcodebuild test -scheme CodeScanner -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro'
+ - name: Build ( mac Catalyst 12.0)
+ run: xcodebuild build -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'
+ - name: Build ( iOS 15.0)
+ run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro'
0 commit comments