Skip to content

Commit

Permalink
build(ci): remove exclude and add MacOS-intel to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousWP committed Jan 13, 2025
1 parent ad4598e commit 5f48094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
Expand All @@ -21,7 +21,7 @@ jobs:
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
Expand All @@ -45,7 +45,7 @@ jobs:
restore-keys: ${{ runner.OS }}-release-
if: matrix.os == 'ubuntu-latest'
- name: Building
run: cargo build --release --no-default-features --features wgpu,${{ matrix.update_feature }}
run: cargo build --release --no-default-features --features wgpu${{ matrix.update_feature }}
- name: Renaming binaries [Windows]
if: matrix.os == 'windows-latest'
run: mv target/release/uad-ng.exe uad-ng-${{ matrix.build_target }}.exe
Expand Down

0 comments on commit 5f48094

Please sign in to comment.