Skip to content

Commit

Permalink
Remove mac os wheel builds; broken in PyO3/maturin#1080
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Dec 5, 2022
1 parent af8e5e2 commit 9128e17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu, windows]
python-version: ['cp311', 'cp310', 'cp39']
include:
- os: ubuntu
Expand All @@ -62,9 +62,6 @@ jobs:
- os: windows
ls: dir
pip_cache: ~\AppData\Local\pip\Cache
- os: macos
arch: 'arm64 universal2'
pip_cache: ~/Library/Caches/pip

runs-on: ${{ format('{0}-latest', matrix.os) }}
steps:
Expand Down

0 comments on commit 9128e17

Please sign in to comment.