Skip to content

Commit

Permalink
WIP: try universal2 for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 22, 2023
1 parent 2bb28d9 commit 4655bc7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,27 @@ jobs:
cibw_python: 311
platform_id: manylinux_x86_64

# macOS on Intel 64-bit
# macOS universal
- os: macos-latest
python: '3.7'
cibw_python: 37
arch: x86_64
platform_id: universal2
arch: universal2
- os: macos-latest
python: '3.8'
cibw_python: 38
arch: x86_64
platform_id: universal2
arch: universal2
- os: macos-latest
python: '3.9'
cibw_python: 39
arch: x86_64
platform_id: universal2
arch: universal2
- os: macos-latest
python: '3.10'
cibw_python: 310
arch: x86_64
platform_id: universal2
arch: universal2
- os: macos-latest
python: '3.11'
cibw_python: 311
arch: x86_64
platform_id: universal2
arch: universal2

# macOS on Apple M1 64-bit
# - os: macos-latest
Expand Down

0 comments on commit 4655bc7

Please sign in to comment.