Skip to content

Commit

Permalink
Revert "Skip special target arg for mac builds"
Browse files Browse the repository at this point in the history
This reverts commit 04edaf5.
  • Loading branch information
aliddell committed Feb 21, 2024
1 parent 96e5929 commit 6bb9343
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ jobs:
with:
submodules: true

- name: Build (macOS)
if: matrix.platform == 'macos-latest'
uses: messense/maturin-action@v1
with:
command: build
target: universal2-apple-darwin
args: --release -o dist

- name: Build
if: matrix.platform != 'macos-latest'
uses: messense/maturin-action@v1
with:
command: build
Expand Down

0 comments on commit 6bb9343

Please sign in to comment.