Skip to content

Commit 189b657

Browse files
committed
.github/workflows/build_wheels.yml: Build aarch64 wheels on ubuntu-24.04-arm
1 parent 112a8fc commit 189b657

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
include:
2929
- os: ubuntu-22.04
3030
arch: x86_64
31+
- os: ubuntu-24.04-arm
32+
arch: aarch64
3133
- os: macos-14
3234
arch: arm64
3335
- os: macos-13
@@ -41,7 +43,7 @@ jobs:
4143
- uses: actions/checkout@v4
4244

4345
- name: Build wheels
44-
uses: pypa/cibuildwheel@v2.21.1
46+
uses: pypa/cibuildwheel@v2.23.3
4547
env:
4648
CIBW_ARCHS: ${{ matrix.arch }}
4749
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)