mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-31 13:12:12 +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
|
||||
target: aarch64
|
||||
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 }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user