[CI] Use Xcode 16 for macOS build.
(cherry picked from commit daf2c88928)
This commit is contained in:
committed by
Thaddeus Crews
parent
f103340d38
commit
b1209100d3
3
.github/workflows/macos_builds.yml
vendored
3
.github/workflows/macos_builds.yml
vendored
@ -38,6 +38,9 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Select Xcode 16
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.2.app
|
||||
|
||||
- name: Restore Godot build cache
|
||||
uses: ./.github/actions/godot-cache-restore
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user