[CICD] - Changing runner for build.yaml to ubuntu-latest
Some checks failed
build / test (push) Failing after 14s

This commit is contained in:
adnangonzaga 2024-11-23 23:46:01 +00:00
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