Skip to content

Commit e24bd5a

Browse files
authored
Update build.yml
1 parent 3936070 commit e24bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Show eligible build destinations
1919
run: xcodebuild -showdestinations -scheme CodeScanner
2020
- name: Build ( iOS)
21-
run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13 Pro'
21+
run: xcodebuild build -scheme CodeScanner -destination 'platform=iOS Simulator,OS=latest,name=iPhone 16 Pro'
2222
- name: Build ( visionOS)
2323
run: xcodebuild build -scheme CodeScanner -destination 'platform=visionOS Simulator,OS=latest,name=Apple Vision Pro'
2424
- name: Build ( mac Catalyst)

0 commit comments

Comments
 (0)