mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-20 23:23:57 +02:00
ci: change runners for execute jobs (#53)
This commit is contained in:
parent
520ad62275
commit
be2c19592d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -12,7 +12,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
fmt:
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
- run: nix fmt . -- --check
|
||||
|
||||
check:
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: check
|
||||
runs-on: [ matterlabs-ci-runner ]
|
||||
runs-on: [ matterlabs-default-infra-runners ]
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue