Skip to content

Commit

Permalink
Do not create incorrect universal Mac wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 3, 2021
1 parent 07edf3c commit 9099314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m build --sdist --outdir dist .
- name: Build ${{ matrix.os }} wheels and test
uses: joerick/cibuildwheel@v1.9.0
uses: joerick/cibuildwheel@v1.10.0
with:
output-dir: dist
env:
Expand All @@ -71,7 +71,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: >
python -m pip install --upgrade pip
# CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_ARCHS_MACOS: x86_64
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BEFORE_ALL_MACOS: >
brew install boost
Expand Down

0 comments on commit 9099314

Please sign in to comment.