mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-05-20 16:49:24 +00:00
Build nomos binaries on mac self-hosted runner
This commit is contained in:
parent
babfc33b7e
commit
361d47ffbb
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -14,7 +14,11 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nomos_binaries:
|
nomos_binaries:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
- macOS
|
||||||
|
- X64
|
||||||
|
- MacBook-Pro-6
|
||||||
env:
|
env:
|
||||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user