Explorar el Código

update GitHub build to use Xcode 16.4

marionbarker hace 7 meses
padre
commit
09c66f5fea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: |