Skip to content

Commit c77177a

Browse files
committed
Build: Use ARM image instead of slower QEMU.
1 parent a0ba7dc commit c77177a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ jobs:
183183
./bdist_downloads/*.tar.gz
184184
185185
Linux:
186-
runs-on: ubuntu-latest
187186

188187
strategy:
189188
# Allows for matrix sub-jobs to fail without canceling the rest
@@ -194,10 +193,17 @@ jobs:
194193
- manylinux2014_x86_64
195194
- manylinux2014_i686
196195
pyversion: ["*"]
196+
os: ubuntu-latest
197197

198198
include:
199199
- image: manylinux2014_aarch64
200200
pyversion: "cp36*"
201+
os: ubuntu-24.04-arm
202+
- image: manylinux2014_aarch64
203+
pyversion: "cp37*"
204+
os: ubuntu-24.04-arm
205+
206+
runs-on: ${{ matrix.os }}
201207

202208
steps:
203209
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)