Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Sep 4, 2024
1 parent 273ac30 commit 680c4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
run: |
if [ ${{ matrix.os }} == "macos-13" ]; then
# Default is x86-64 only, but this way we also build universal2 wheels,
# which work on both intel (x86-64) and apple silicon (arm64).
export CIBW_ARCHS_MACOS="x86-64 universal2"
# which work on both intel (x86_64) and apple silicon (arm64).
export CIBW_ARCHS_MACOS="x86_64 universal2"
fi
make wheels
Expand Down

0 comments on commit 680c4ff

Please sign in to comment.