Skip to content

Commit

Permalink
build macos universal2 wheels (#1778)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Nov 11, 2022
1 parent cd9a821 commit 562bc2e
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,16 @@ jobs:
platform_id: macosx_x86_64
- os: macos-latest
python: 38
platform_id: macosx_x86_64
- os: macos-latest
python: 39
platform_id: macosx_x86_64
- os: macos-latest
python: 310
platform_id: macosx_x86_64
- os: macos-latest
python: 311
platform_id: macosx_x86_64
# macos-arm64
- os: macos-latest
bitness: 64
python: 38
platform_id: macosx_arm64
platform_id: macosx_universal2
- os: macos-latest
bitness: 64
python: 39
platform_id: macosx_arm64
platform_id: macosx_universal2
- os: macos-latest
bitness: 64
python: 310
platform_id: macosx_arm64
platform_id: macosx_universal2
- os: macos-latest
bitness: 64
python: 311
platform_id: macosx_arm64
platform_id: macosx_universal2
# win-64
- os: windows-2019
python: 37
Expand Down

0 comments on commit 562bc2e

Please sign in to comment.