Skip to content

Commit 800d019

Browse files
committed
update cibuildwheel
1 parent 868aa2c commit 800d019

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
build_wheels:
1010
strategy:
1111
matrix:
12-
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
12+
# macos-13 is for intel
13+
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "macos-13", "macos-latest"]
1314
runs-on: ${{ matrix.os }}
1415
name: Build wheels on ${{ matrix.os }}
1516

@@ -32,13 +33,11 @@ jobs:
3233
make cython
3334
3435
- name: Build
35-
uses: pypa/cibuildwheel@v2.20.0
36+
uses: pypa/cibuildwheel@v2.23.3
3637
env:
3738
CIBW_TEST_REQUIRES: "pytest"
3839
CIBW_TEST_COMMAND: "pytest {package}/test"
39-
CIBW_ARCHS_LINUX: auto aarch64
40-
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
41-
CIBW_SKIP: "pp* cp38-macosx_*"
40+
CIBW_SKIP: "pp*"
4241

4342
- name: Build sdist
4443
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)