瀏覽代碼

[CI] Use Xcode 16 for macOS build.

(cherry picked from commit daf2c88928eaef0a5086bb859a782b8180e23cb5)
Pāvels Nadtočajevs 1 月之前
父節點
當前提交
27d4d7b991
共有 1 個文件被更改,包括 3 次插入0 次删除
  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: