Skip to content

Commit

Permalink
ci: skip macos, aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Sep 19, 2024
1 parent 9e09d15 commit 5952381
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2019]
os: [ubuntu-20.04, windows-2019]
arch: [auto]
include:
- os: ubuntu-20.04
arch: aarch64

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 5952381

Please sign in to comment.