Skip to content

Commit

Permalink
Test with just arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 27, 2023
1 parent f65138b commit 286cae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
CIBW_TEST_COMMAND: >
python {project}/examples/roundtrip.py {project}/examples/MI04_020751.tif /tmp/MI04_020751.b2nd
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
#CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_MACOS: "universal2"
CIBW_ARCHS_MACOS: "arm64"
#CIBW_ARCHS_MACOS: "universal2"

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 286cae5

Please sign in to comment.