Skip to content

Commit

Permalink
build macos-arm64 on M1 runners (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jan 31, 2024
1 parent 20306e4 commit 3ab74af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
python: 311
platform_id: manylinux_x86_64
# macos-x86-64
- os: macos-latest
- os: macos-13
python: 311
platform_id: macosx_x86_64
# macos-x86-64
- os: macos-14
python: 311
platform_id: macosx_arm64
# windows-64
- os: windows-latest
python: 311
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The project is powered by [scikit-build-core](https://github.com/scikit-build/sc
| ------- | ------- | --- | -------------- |
| Linux | x86_64 | 64 | glibc >= 2.17 |
| macOS | x86_64 | 64 | >= macOS-10.9 |
| macOS | arm64 | 64 | >= macOS-11 |
| Windows | amd64 | 64 | |

## Usage
Expand Down

0 comments on commit 3ab74af

Please sign in to comment.