Skip to content

Commit

Permalink
Revert "Remove universal2 wheel and add arm64"
Browse files Browse the repository at this point in the history
This reverts commit 791a156.
  • Loading branch information
niclaurenti committed Feb 29, 2024
1 parent 791a156 commit b9f8a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: modflowpy/install-gfortran-action@v1
- uses: pypa/cibuildwheel@v2.16
env:
CIBW_ARCHS_MACOS: auto x86_64 arm64
CIBW_ARCHS_MACOS: auto universal2
CIBW_SKIP: pp* cp36-* *-musllinux_x86_64 *_i686
- name: Verify clean directory
run: git diff --exit-code
Expand Down

0 comments on commit b9f8a72

Please sign in to comment.