Răsfoiți Sursa

release: Fix xcode version

世界 4 luni în urmă
părinte
comite
832eb4458d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -468,11 +468,11 @@ jobs:
       - name: Setup Xcode stable
       - name: Setup Xcode stable
         if: matrix.if && github.ref == 'refs/heads/main-next'
         if: matrix.if && github.ref == 'refs/heads/main-next'
         run: |-
         run: |-
-          sudo xcode-select -s /Applications/Xcode_16.2.app
+          sudo xcode-select -s /Applications/Xcode_16.4.app
       - name: Setup Xcode beta
       - name: Setup Xcode beta
         if: matrix.if && github.ref == 'refs/heads/dev-next'
         if: matrix.if && github.ref == 'refs/heads/dev-next'
         run: |-
         run: |-
-          sudo xcode-select -s /Applications/Xcode_16.2.app
+          sudo xcode-select -s /Applications/Xcode_16.4.app
       - name: Set tag
       - name: Set tag
         if: matrix.if
         if: matrix.if
         run: |-
         run: |-