Skip to content

Commit

Permalink
ci: see if ubuntu-20.04 builds aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 29, 2024
1 parent 44640cf commit be83b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Wheels
on: [push, workflow_dispatch]

env:
CIBW_SKIP: cp36-* pp* *-musllinux*
CIBW_SKIP: cp36-* pp* *-musllinux* cp312-manylinux_i686

jobs:
build_wheels:
Expand All @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-2019]
arch: [auto]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
arch: aarch64

steps:
Expand Down

0 comments on commit be83b83

Please sign in to comment.