mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
Merge pull request #791 from Universal-Debloater-Alliance/722-bugci-latest-release-artifact-not-working-on-macos-ventura-intel
build(ci): add runner for MacOS with Intel CPU
This commit is contained in:
commit
ad4598ea1f
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build_artifacts.yml
vendored
8
.github/workflows/build_artifacts.yml
vendored
|
|
@ -9,16 +9,20 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
build_target: [linux, macos, windows]
|
||||
build_target: [linux, macos, macos-13, windows]
|
||||
update_feature: [self-update, no-self-update]
|
||||
exclude:
|
||||
- build_target: windows
|
||||
update_feature: no-self-update
|
||||
- build_target: macos-13
|
||||
os: macos-latest # Avoid duplicate runs on macos-latest
|
||||
include:
|
||||
- build_target: linux
|
||||
os: ubuntu-latest
|
||||
- build_target: macos
|
||||
os: macos-latest
|
||||
- build_target: macos-13
|
||||
os: macos-13
|
||||
- build_target: windows
|
||||
os: windows-latest
|
||||
- update_feature: self-update
|
||||
|
|
@ -52,7 +56,7 @@ jobs:
|
|||
if: matrix.os != 'windows-latest'
|
||||
run: tar -czf uad-ng${{ matrix.update_name }}-${{ matrix.build_target }}{.tar.gz,}
|
||||
- name: Install coreutils for macOS
|
||||
if: matrix.os == 'macos-latest'
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
run: brew install coreutils
|
||||
- name: Create checksums for binaries and archives [Windows]
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue