Merge pull request #6 from nshalman/patch-1
Add nixos-21.11 to the build matrix
This commit is contained in:
commit
8350ae8070
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,8 +9,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
tag:
|
tag:
|
||||||
- nixos-20.09
|
|
||||||
- nixos-21.05
|
- nixos-21.05
|
||||||
|
- nixos-21.11
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue