mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
run tests on ubuntu 20.04
This commit is contained in:
parent
95d9d994e8
commit
b586948d0a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/fast.yml
vendored
2
.github/workflows/fast.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nixpkgs: [ nixpkgs, nixpkgs-19.09, nixpkgs-20.03 ]
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: './.github/actions/nix'
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
install-nix:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: './.github/actions/nix'
|
||||
|
|
Loading…
Reference in a new issue