Skip to content

Commit b1cc457

Browse files
committed
CI: build wheels on a real ARM runner
1 parent 0f54268 commit b1cc457

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- ci
78
tags:
89
- 'v*'
910

@@ -16,6 +17,8 @@ jobs:
1617
include:
1718
- name: linux
1819
os: ubuntu-24.04
20+
- name: linux-arm
21+
os: ubuntu-24.04-arm
1922
- name: macos
2023
os: macos-13
2124

@@ -26,11 +29,6 @@ jobs:
2629
with:
2730
python-version: '3.11'
2831

29-
- uses: docker/setup-qemu-action@v3
30-
if: runner.os == 'Linux'
31-
with:
32-
platforms: all
33-
3432
- name: Install cibuildwheel
3533
run: python -m pip install cibuildwheel==2.22.0
3634

0 commit comments

Comments
 (0)