Skip to content

Commit 7a57c78

Browse files
committed
run CI on arm, since we target arm
See adafruit/Adafruit_Blinka_Raspberry_Pi5_rp1pio#3 and pypa/cibuildwheel#2257 for more background
1 parent 101a796 commit 7a57c78

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/pip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
platform: ["ubuntu-latest"]
17+
platform: ["ubuntu-24.04-arm"]
1818
python-version: ["3.11", "3.12", "3.13"]
1919

2020
runs-on: ${{ matrix.platform }}

.github/workflows/wheels.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build_sdist:
1717
name: Build SDist
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04-arm
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
@@ -42,19 +42,14 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
os: ["ubuntu-latest"]
45+
os: ["ubuntu-24.04-arm"]
4646
arch_linux: ["aarch64"]
4747
steps:
4848
- uses: actions/checkout@v4
4949
with:
5050
submodules: true
5151
fetch-depth: 0
5252

53-
- name: Set up QEMU
54-
uses: docker/setup-qemu-action@v3
55-
with:
56-
platforms: all
57-
5853
- uses: pypa/[email protected]
5954
env:
6055
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}

0 commit comments

Comments
 (0)