ci: change runners for execute jobs (#53)

This commit is contained in:
D025 2024-07-23 16:24:52 +03:00 committed by GitHub
parent 520ad62275
commit be2c19592d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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