Skip to content

Commit

Permalink
Build: Don't use ARM runner image for x86 docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 15, 2025
1 parent c16b906 commit 43b2212
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,17 +193,14 @@ jobs:
- manylinux2014_x86_64
- manylinux2014_i686
pyversion: ["*"]
os: ["ubuntu-latest"]

include:
- image: manylinux2014_aarch64
pyversion: "cp36*"
os: "ubuntu-24.04-arm"
- image: manylinux2014_aarch64
pyversion: "cp37*"
os: "ubuntu-24.04-arm"

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

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

0 comments on commit 43b2212

Please sign in to comment.