forked from github-mirror/docker-nixpkgs
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:
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- nixos-unstable
|
||||
- nixos-22.05
|
||||
- nixos-22.11
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v18
|
||||
|
||||
Reference in New Issue
Block a user