|
@@ -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
|