Browse Source

[CI] Use Xcode 16 for macOS build.

(cherry picked from commit daf2c88928eaef0a5086bb859a782b8180e23cb5)
Pāvels Nadtočajevs 1 month ago
parent
commit
5a41d163a8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/macos_builds.yml

+ 3 - 0
.github/workflows/macos_builds.yml

@@ -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: