[CICD] - Changing runner for build.yaml to ubuntu-latest
Some checks failed
build / test (push) Failing after 14s
Some checks failed
build / test (push) Failing after 14s
This commit is contained in:
parent
24d6fe56bc
commit
35fb76ae91
@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix-runner
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# optional: Push the results to a cache
|
# optional: Push the results to a cache
|
||||||
- uses: https://github.com/cachix/cachix-action@v12
|
- uses: https://github.com/cachix/cachix-action@v12
|
||||||
|
Loading…
Reference in New Issue
Block a user