ci: switch back to ubuntu
Some checks failed
/ check (push) Failing after 2s
Some checks failed
/ check (push) Failing after 2s
This commit is contained in:
parent
6669bc8a89
commit
181c72a32d
2 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install nix action
|
||||
|
|
Loading…
Reference in a new issue