mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-02-16 04:52:28 +00:00
Publish wheels for Intel-based Macs (#52)
This commit is contained in:
parent
8a606b9460
commit
168e48b69c
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@ -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
Block a user