Skip to content

Commit

Permalink
Replace deprecated universal2 flag with target
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck committed Nov 17, 2023
1 parent 3d55055 commit ee9adfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ jobs:
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
with:
args: ${{ env.MATURIN_ARGS }} --universal2
target: universal2-apple-darwin
args: ${{ env.MATURIN_ARGS }}
- name: Install built wheel - universal2
run: |
pip install dist/${{ env.PY_PACKAGE_NAME }}-*universal2.whl --force-reinstall
Expand Down

0 comments on commit ee9adfa

Please sign in to comment.