Skip to content

Commit 1a5b33c

Browse files
committed
Build macOS ARM wheels
1 parent 9486d12 commit 1a5b33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ jobs:
8181
timeout-minutes: 15
8282
strategy:
8383
matrix:
84-
os: [ubuntu-latest, windows-latest, macos-latest]
84+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
8585
runs-on: ${{ matrix.os }}
8686
steps:
8787
- uses: actions/checkout@v4
8888
with:
8989
fetch-depth: 0 # required for setuptools_scm
9090
- name: Build wheels
91-
uses: pypa/cibuildwheel@v2.16.2
91+
uses: pypa/cibuildwheel@v2.17.0
9292
env:
93-
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
93+
CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
9494
CIBW_SKIP: "cp37-*"
9595
- uses: actions/upload-artifact@v4
9696
with:

0 commit comments

Comments
 (0)