Merge pull request #108649 from bruvzg/xcode16_sel

[CI] Use Xcode 16 for macOS build.
This commit is contained in:
Thaddeus Crews 2025-07-15 16:58:35 -05:00
commit 00b9e53ecf
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -35,6 +35,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: