Skip to content

Commit

Permalink
WIP: try universal2 for osx x2
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 22, 2023
1 parent 4655bc7 commit 417b005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,27 @@ jobs:
python: '3.7'
cibw_python: 37
arch: universal2
platform_id: macos
- os: macos-latest
python: '3.8'
cibw_python: 38
arch: universal2
platform_id: macos
- os: macos-latest
python: '3.9'
cibw_python: 39
arch: universal2
platform_id: macos
- os: macos-latest
python: '3.10'
cibw_python: 310
arch: universal2
platform_id: macos
- os: macos-latest
python: '3.11'
cibw_python: 311
arch: universal2
platform_id: macos

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

0 comments on commit 417b005

Please sign in to comment.