Browse Source

[CI] Use Xcode 16 for macOS build.

Pāvels Nadtočajevs 2 weeks ago
parent
commit
daf2c88928
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/macos_builds.yml

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

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