Skip to content

Commit

Permalink
build: temporarily exclude macos until ecosystem fixes itself
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Dec 18, 2023
1 parent 742538b commit 388d981
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 @@ -14,10 +14,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-latest]
os: [ubuntu-latest, windows-2019]
arch: [auto]
include:
- os: ubuntu-20.04
- os: ubuntu-latest
arch: aarch64

steps:
Expand Down

0 comments on commit 388d981

Please sign in to comment.