Skip to content

Commit b7ec9d8

Browse files
committed
Use Xcode 16.4 on CI
1 parent 36f0875 commit b7ec9d8

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Check out code
3636
uses: actions/checkout@v4
3737
- name: Set Xcode version
38-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
38+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
3939
- name: iOS debug build
4040
run: ./amper build -m iosApp -p iosArm64
4141

0 commit comments

Comments
 (0)