Skip to content

Commit

Permalink
handle deprecated --universal2 maturin option
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed May 23, 2023
1 parent 1e8f74f commit af130e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
rustup target add aarch64-apple-darwin
pip install --upgrade maturin
maturin build --release -o dist --universal2
maturin build --release -o dist --target universal2-apple-darwin
if: matrix.os == 'macos-latest'
- name: Rename Wheels
run: |
Expand Down

0 comments on commit af130e0

Please sign in to comment.