mirror of
https://github.com/nix-community/naersk
synced 2024-11-10 06:04:17 +00:00
ci: Bump
This commit is contained in:
parent
0e758b9648
commit
93844987ae
2 changed files with 13 additions and 13 deletions
12
.github/workflows/fast.yml
vendored
12
.github/workflows/fast.yml
vendored
|
@ -11,10 +11,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-22.05, nixpkgs-23.05 ]
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Run tests"
|
||||
|
@ -22,10 +22,10 @@ jobs:
|
|||
env:
|
||||
nixpkgs: ${{ matrix.nixpkgs }}
|
||||
darwin:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Run tests"
|
||||
|
|
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
@ -8,11 +8,11 @@ jobs:
|
|||
linux:
|
||||
strategy:
|
||||
matrix:
|
||||
nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-21.11 ]
|
||||
runs-on: ubuntu-20.04
|
||||
nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-22.05, nixpkgs-23.05 ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Run tests"
|
||||
|
@ -20,10 +20,10 @@ jobs:
|
|||
env:
|
||||
nixpkgs: ${{ matrix.nixpkgs }}
|
||||
darwin:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Run tests"
|
||||
|
|
Loading…
Reference in a new issue