1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[CI] Use Xcode 16 for macOS build.

(cherry picked from commit daf2c88928)
This commit is contained in:
Pāvels Nadtočajevs
2025-07-16 00:05:54 +03:00
committed by Thaddeus Crews
parent 6aa9a06346
commit 5a41d163a8

View File

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