Skip to content

Commit 6b93289

Browse files
committed
github: use arm runners
1 parent fc77c02 commit 6b93289

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,19 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-22.04, windows-latest, macos-latest]
19+
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
2424
submodules: true
2525

26-
- name: Set up QEMU
27-
if: runner.os == 'Linux'
28-
uses: docker/setup-qemu-action@v3
29-
with:
30-
platforms: all
31-
3226
- name: Build wheels
3327
uses: pypa/[email protected]
3428
env:
3529
CIBW_ARCHS_MACOS: x86_64 arm64
36-
CIBW_ARCHS_LINUX: x86_64 aarch64
37-
CIBW_ARCHS_WINDOWS: auto ARM64
30+
CIBW_ARCHS_LINUX: auto
31+
CIBW_ARCHS_WINDOWS: auto
3832

3933
- uses: actions/upload-artifact@v4
4034
with:

0 commit comments

Comments
 (0)