mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Fix public binary install flow
This commit is contained in:
parent
cbb312e74f
commit
816b24d05e
8 changed files with 75 additions and 40 deletions
2
.github/workflows/release-edge.yml
vendored
2
.github/workflows/release-edge.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
include:
|
||||
- runner: ubuntu-latest
|
||||
asset_name: omnigraph-linux-x86_64
|
||||
- runner: macos-13
|
||||
- runner: macos-15-intel
|
||||
asset_name: omnigraph-macos-x86_64
|
||||
- runner: macos-14
|
||||
asset_name: omnigraph-macos-arm64
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
include:
|
||||
- runner: ubuntu-latest
|
||||
asset_name: omnigraph-linux-x86_64
|
||||
- runner: macos-13
|
||||
- runner: macos-15-intel
|
||||
asset_name: omnigraph-macos-x86_64
|
||||
- runner: macos-14
|
||||
asset_name: omnigraph-macos-arm64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue