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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
|
|
Loading…
Reference in a new issue