Skip to content

Commit

Permalink
Build: Fix wheel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 15, 2025
1 parent 04696c5 commit ae0c09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@ jobs:
- manylinux2014_x86_64
- manylinux2014_i686
pyversion: ["*"]
os: ubuntu-latest
os: "ubuntu-latest"

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

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

Expand Down

0 comments on commit ae0c09d

Please sign in to comment.