Skip to content

Commit

Permalink
Don't build redundant universal wheels on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Sep 23, 2024
1 parent 9ab9ab0 commit e734b37
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- os: ubuntu-latest
target: aarch64
cross: true
- os: macos-13
target: universal2
cross: false
- os: macos-14
target: universal2
cross: false
Expand Down

0 comments on commit e734b37

Please sign in to comment.