Skip to content

Commit 87a13e2

Browse files
committed
ci: move Linux aarch64 wheel builds to native runner, adds armv7 wheels
1 parent 882c1eb commit 87a13e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
matrix:
3434
os:
3535
- ubuntu-latest
36+
- ubuntu-24.04-arm
3637
- windows-latest
3738
- windows-11-arm
38-
- macos-13
39-
- macos-14
39+
- macos-13 # x86-64
40+
- macos-latest # arm64
4041
fail-fast: false
4142
steps:
4243
- uses: actions/checkout@v4
@@ -59,7 +60,7 @@ jobs:
5960
platforms: all
6061
- uses: pypa/cibuildwheel@2edf5784998b7b1ab70445baced23069e839541e # 3.0.0rc2
6162
env:
62-
CIBW_ARCHS_LINUX: aarch64 ppc64le s390x
63+
CIBW_ARCHS_LINUX: ppc64le s390x
6364
- uses: actions/upload-artifact@v4
6465
if: always()
6566
with:

0 commit comments

Comments
 (0)