Publish wheels for Intel-based Macs (#52)
This commit is contained in:
parent
8a606b9460
commit
168e48b69c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue