Skip to content

Commit

Permalink
build wheels for both Mac architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
wilko77 committed Nov 30, 2022
1 parent 2ec47f1 commit bed2715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,6 +23,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: '*-win32 *i686'
CIBW_ARCHS_MACOS: x86_64 arm64

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bed2715

Please sign in to comment.