Skip to content

Commit 0f440a2

Browse files
authored
Merge pull request #538 from JetBrains/xcode-update
Use Xcode 16.4 on CI
2 parents c488068 + a7c459a commit 0f440a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
distribution: 'zulu'
5151
java-version: 21
5252
- name: Set Xcode version
53-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
53+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
5454
- name: iOS debug build
5555
run: cd iosApp && xcodebuild -target "iosApp" -configuration Debug -scheme KotlinConfAppScheme -destination 'platform=iOS Simulator,OS=latest,name=iPhone 16' CODE_SIGNING_ALLOWED='NO'
5656

0 commit comments

Comments
 (0)