Skip to content

Commit

Permalink
ci: exclude aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 15, 2024
1 parent fc294a3 commit 0117746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
arch: [auto]
include:
- os: ubuntu-20.04
arch: aarch64
# include:
# - os: ubuntu-20.04
# arch: aarch64

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0117746

Please sign in to comment.