ci: switch back to ubuntu
Some checks failed
/ check (push) Failing after 2s

This commit is contained in:
notohh 2023-10-07 16:47:37 -04:00
parent 6669bc8a89
commit 181c72a32d
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 3 deletions

View file

@ -1,10 +1,9 @@
on: [push]
jobs:
check:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with:

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
check:
runs-on: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install nix action