This commit is contained in:
Patryk Wychowaniec 2023-07-30 14:57:18 +02:00
parent 0e758b9648
commit 93844987ae
2 changed files with 13 additions and 13 deletions

View file

@ -11,10 +11,10 @@ jobs:
strategy: strategy:
matrix: matrix:
nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-22.05, nixpkgs-23.05 ] nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-22.05, nixpkgs-23.05 ]
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v22
with: with:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: "Run tests" - name: "Run tests"
@ -22,10 +22,10 @@ jobs:
env: env:
nixpkgs: ${{ matrix.nixpkgs }} nixpkgs: ${{ matrix.nixpkgs }}
darwin: darwin:
runs-on: macos-10.15 runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v22
with: with:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: "Run tests" - name: "Run tests"

View file

@ -8,11 +8,11 @@ jobs:
linux: linux:
strategy: strategy:
matrix: matrix:
nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-21.11 ] nixpkgs: [ nixpkgs, nixpkgs-21.05, nixpkgs-22.05, nixpkgs-23.05 ]
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v22
with: with:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: "Run tests" - name: "Run tests"
@ -20,10 +20,10 @@ jobs:
env: env:
nixpkgs: ${{ matrix.nixpkgs }} nixpkgs: ${{ matrix.nixpkgs }}
darwin: darwin:
runs-on: macos-10.15 runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v16 - uses: cachix/install-nix-action@v22
with: with:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }} CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: "Run tests" - name: "Run tests"