diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index d9d1deb..043c6fc 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -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 diff --git a/README.md b/README.md index a204089..ce32373 100644 --- a/README.md +++ b/README.md @@ -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