Jelajahi Sumber

Revert "github: build with Xcode 12 for MAS release"

This reverts commit 171abc2aedc2a728e1922eabdbc666bdeeb272dd.
osy 3 tahun lalu
induk
melakukan
ca69757d49
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      .github/workflows/build.yml

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

@@ -41,13 +41,13 @@ jobs:
           submodules: recursive
           submodules: recursive
       - name: Setup Xcode
       - name: Setup Xcode
         shell: bash
         shell: bash
-        run: sudo xcode-select -switch /Applications/Xcode_12.5.1.app
+        run: sudo xcode-select -switch /Applications/Xcode_13.0_beta.app
       - name: Cache Sysroot
       - name: Cache Sysroot
         id: cache-sysroot
         id: cache-sysroot
         uses: actions/cache@v2
         uses: actions/cache@v2
         with:
         with:
           path: sysroot-${{ matrix.platform }}-${{ matrix.arch }}
           path: sysroot-${{ matrix.platform }}-${{ matrix.arch }}
-          key: ${{ matrix.platform }}-${{ matrix.arch }}-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }}-xcode-12
+          key: ${{ matrix.platform }}-${{ matrix.arch }}-${{ hashFiles('scripts/build_dependencies.sh') }}-${{ hashFiles('patches/**') }}
       - name: Setup Path
       - name: Setup Path
         shell: bash
         shell: bash
         run: |
         run: |
@@ -112,7 +112,7 @@ jobs:
           path: sysroot.tgz
           path: sysroot.tgz
       - name: Setup Xcode
       - name: Setup Xcode
         shell: bash
         shell: bash
-        run: sudo xcode-select -switch /Applications/Xcode_12.5.1.app
+        run: sudo xcode-select -switch /Applications/Xcode_13.0_beta.app
       - name: Build UTM
       - name: Build UTM
         run: |
         run: |
           ./scripts/build_utm.sh -t "$SIGNING_TEAM_ID" -p macos -a "arm64 x86_64" -o UTM
           ./scripts/build_utm.sh -t "$SIGNING_TEAM_ID" -p macos -a "arm64 x86_64" -o UTM