Skip to content

Commit

Permalink
Build: Use older Ubuntu image for legacy builds to see if they fix a …
Browse files Browse the repository at this point in the history
…QEMU related crash on Aarch64.

See docker/setup-qemu-action#188
  • Loading branch information
scoder committed Feb 15, 2025
1 parent 43b2212 commit a28ca50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- image: manylinux2014_aarch64
pyversion: "cp37*"

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit a28ca50

Please sign in to comment.