Skip to content

Commit a28ca50

Browse files
committed
Build: Use older Ubuntu image for legacy builds to see if they fix a QEMU related crash on Aarch64.
See docker/setup-qemu-action#188
1 parent 43b2212 commit a28ca50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- image: manylinux2014_aarch64
201201
pyversion: "cp37*"
202202

203-
runs-on: ubuntu-latest
203+
runs-on: ubuntu-22.04
204204

205205
steps:
206206
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)