forked from DGNum/colmena
.github: Update Nix version to 2.13.2
This commit is contained in:
parent
9a81798083
commit
9c51ac1523
5 changed files with 10 additions and 10 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
- label: macOS
|
||||
image: macos-12
|
||||
nix:
|
||||
- version: 2.10.3
|
||||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
- version: 2.13.2
|
||||
url: https://releases.nixos.org/nix/nix-2.13.2/install
|
||||
|
||||
name: ${{ matrix.os.label }} + Nix ${{ matrix.nix.version }}
|
||||
runs-on: ${{ matrix.os.image }}
|
||||
|
|
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nix:
|
||||
- version: 2.10.3
|
||||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
- version: 2.13.2
|
||||
url: https://releases.nixos.org/nix/nix-2.13.2/install
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
|
4
.github/workflows/manual-stable.yml
vendored
4
.github/workflows/manual-stable.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nix:
|
||||
- version: 2.10.3
|
||||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
- version: 2.13.2
|
||||
url: https://releases.nixos.org/nix/nix-2.13.2/install
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
|
4
.github/workflows/manual.yml
vendored
4
.github/workflows/manual.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
nix:
|
||||
- name: 2.10.3
|
||||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
- version: 2.13.2
|
||||
url: https://releases.nixos.org/nix/nix-2.13.2/install
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.3.0
|
||||
|
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
|||
url: https://releases.nixos.org/nix/nix-2.3.16/install
|
||||
- version: 2.4
|
||||
url: https://releases.nixos.org/nix/nix-2.4/install
|
||||
- version: 2.10.3
|
||||
url: https://releases.nixos.org/nix/nix-2.10.3/install
|
||||
- version: 2.13.2
|
||||
url: https://releases.nixos.org/nix/nix-2.13.2/install
|
||||
|
||||
name: ${{ matrix.os.label }} + Nix ${{ matrix.nix.version }}
|
||||
runs-on: ${{ matrix.os.image }}
|
||||
|
|
Loading…
Reference in a new issue