Skip to content

Commit daf2c88

Browse files
committed
[CI] Use Xcode 16 for macOS build.
1 parent d5cb0f9 commit daf2c88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos_builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
submodules: recursive
3737

38+
- name: Select Xcode 16
39+
run: sudo xcode-select -s /Applications/Xcode_16.2.app
40+
3841
- name: Restore Godot build cache
3942
uses: ./.github/actions/godot-cache-restore
4043
with:

0 commit comments

Comments
 (0)