Skip to content

Commit

Permalink
Use universal2 target for MacOS wheel builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Sep 22, 2024
1 parent 238619f commit db24b03
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 @@ -16,9 +16,9 @@ jobs:
- os: ubuntu-latest
target: aarch64
- os: macos-13
target: x86_64
target: universal2
- os: macos-14
target: aarch64
target: universal2

steps:
- name: checkout
Expand Down

0 comments on commit db24b03

Please sign in to comment.