Skip to content

Commit

Permalink
Don't build broken Mac universal builds. cibw to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Mar 4, 2021
1 parent c6a11e6 commit ae08860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
source venv/bin/activate
python -m pip install --upgrade pip
pip install wheel
pip install cibuildwheel==1.9.0
pip install cibuildwheel==1.10.0
- name: Lint source with flake8
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 @@ -54,7 +54,7 @@ jobs:
python -m pip install --upgrade pip
&& pip install pybind11
# 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 ae08860

Please sign in to comment.