Add 22.11 channel and use ubuntu:latest in CI (#48)
* Add 22.11, remove 21.05 * Replace references to 21.05 in favour of 22.11 * Update .github/workflows/nix.yml Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com> * Fix accidental regression of adding 21.11 back Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
e334012b86
commit
c12f0c3133
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-22.05
|
- nixos-22.05
|
||||||
- nixos-22.11
|
- nixos-22.11
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v18
|
- uses: cachix/install-nix-action@v18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue