Skip to content

Commit

Permalink
BLD: skip macos builds for CIBW and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed May 8, 2024
1 parent 4ef2b66 commit 5b571e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
os_arch:
- [ubuntu-latest, manylinux_x86_64]
- [windows-latest, win_amd64]
- [macos-latest, macosx_x86_64]
- [macos-14, macosx_arm64]
exclude:
- os_arch: [macos-14, macosx_arm64]
cibw_python: cp39
env:
CIBW_BUILD: ${{ matrix.cibw_python }}-${{ matrix.os_arch[1] }}

Expand Down

0 comments on commit 5b571e4

Please sign in to comment.