Skip to content

Commit d38db56

Browse files
committed
Better CI
1 parent 318339e commit d38db56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Show eligible build destinations
2323
run: xcodebuild -showdestinations -scheme CodeScanner
24-
- name: Build ( mac Catalyst 12.0)
24+
- name: Build ( iOS)
25+
run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
26+
- name: Build ( mac Catalyst)
2527
run: xcodebuild build -scheme CodeScanner -destination 'platform=macOS,arch=x86_64,variant=Mac Catalyst'
26-
- name: Build ( iOS 15.0)
27-
run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12 Pro'

0 commit comments

Comments
 (0)