瀏覽代碼

update GitHub build to use Xcode 16.4

marionbarker 7 月之前
父節點
當前提交
09c66f5fea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build_trio.yml

+ 1 - 1
.github/workflows/build_trio.yml

@@ -234,7 +234,7 @@ jobs:
       )
     steps:
       - name: Select Xcode version
-        run: "sudo xcode-select --switch /Applications/Xcode_16.3.app/Contents/Developer"
+        run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer"
       
       - name: Checkout Repo for syncing
         if: |