Skip to content

Commit 00b9e53

Browse files
committed
Merge pull request #108649 from bruvzg/xcode16_sel
[CI] Use Xcode 16 for macOS build.
2 parents f44c490 + daf2c88 commit 00b9e53

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)