Skip to content

Commit 09b4692

Browse files
committed
Update Xcode and iPhone versions
1 parent 0f17b81 commit 09b4692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ios.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
distribution: 'zulu'
2222
java-version: 21
2323
- name: Set Xcode version
24-
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
24+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
2525
- name: iOS debug build
26-
run: cd iosApp && xcodebuild -scheme iosApp -configuration Debug -destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' CODE_SIGNING_ALLOWED='NO'
26+
run: cd iosApp && xcodebuild -scheme iosApp -configuration Debug -destination 'platform=iOS Simulator,OS=latest,name=iPhone 16' CODE_SIGNING_ALLOWED='NO'

0 commit comments

Comments
 (0)