Skip to content

Commit

Permalink
Build universal2 targets for MacOS wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Sep 22, 2024
1 parent b6eaacf commit 9ab9ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
target: aarch64
cross: true
- os: macos-13
target: x86_64
target: universal2
cross: false
- os: macos-14
target: aarch64
target: universal2
cross: false

steps:
Expand Down

0 comments on commit 9ab9ab0

Please sign in to comment.