Skip to content

Commit 43b2212

Browse files
committed
Build: Don't use ARM runner image for x86 docker image.
1 parent c16b906 commit 43b2212

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,14 @@ jobs:
193193
- manylinux2014_x86_64
194194
- manylinux2014_i686
195195
pyversion: ["*"]
196-
os: ["ubuntu-latest"]
197196

198197
include:
199198
- image: manylinux2014_aarch64
200199
pyversion: "cp36*"
201-
os: "ubuntu-24.04-arm"
202200
- image: manylinux2014_aarch64
203201
pyversion: "cp37*"
204-
os: "ubuntu-24.04-arm"
205202

206-
runs-on: ${{ matrix.os }}
203+
runs-on: ubuntu-latest
207204

208205
steps:
209206
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)