Skip to content

Commit

Permalink
Build macOS arm wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Jan 13, 2024
1 parent c8d07a9 commit bc605cd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
bitness: 64
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
bitness: 64
Expand All @@ -85,6 +86,28 @@ jobs:
python: 312
platform_id: macosx_x86_64

# MacOS arm_64
- os: macos-latest
bitness: 64
python: 38
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 39
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 310
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 311
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 312
platform_id: macosx_arm64

steps:
- uses: actions/checkout@v4
- name: Get history and tags for SCM versioning to work
Expand Down

0 comments on commit bc605cd

Please sign in to comment.