Publish wheels for Intel-based Macs (#52)

This commit is contained in:
Michael Partheil 2023-12-12 20:09:00 +01:00 committed by GitHub
parent 8a606b9460
commit 168e48b69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -41,6 +41,15 @@ jobs:
- os: macos-latest - os: macos-latest
target: aarch64 target: aarch64
python: "3.11" python: "3.11"
- os: macos-latest
target: x64
python: "3.9"
- os: macos-latest
target: x64
python: "3.10"
- os: macos-latest
target: x64
python: "3.11"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: