[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:
jobs:
test:
runs-on: nix-runner
runs-on: ubuntu-latest
steps:
# optional: Push the results to a cache
- uses: https://github.com/cachix/cachix-action@v12