feat: build macos arm wheels (#387)

This commit is contained in:
Marc Mueller 2025-02-05 16:37:58 +01:00 committed by GitHub
parent 0a9e4c5a21
commit 829e0fc149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,8 +162,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04-arm, ubuntu-latest]
os: [ubuntu-24.04-arm, ubuntu-latest, macos-latest]
musl: ["", "musllinux"]
exclude:
- os: macos-latest
musl: "musllinux"
steps:
- uses: actions/checkout@v4
with: