mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
build(ci): remove exclude and add MacOS-intel to CI
This commit is contained in:
parent
ad4598ea1f
commit
2d77c15fe1
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build_artifacts.yml
vendored
6
.github/workflows/build_artifacts.yml
vendored
|
|
@ -9,19 +9,17 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
build_target: [linux, macos, macos-13, windows]
|
||||
build_target: [linux, macos, macos-intel, 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
|
||||
- build_target: macos-intel
|
||||
os: macos-13
|
||||
- build_target: windows
|
||||
os: windows-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue