Skip to content

Commit

Permalink
try to fix x86 mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vollate committed Jun 4, 2024
1 parent 1a5f0e5 commit 1529796
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
targets: |
aarch64-apple-darwin
x86_64-apple-darwin
- name: Rust cache
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 1529796

Please sign in to comment.