summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2022-01-16 09:36:14 +0100
committerDaiderd Jordan <daiderd@gmail.com>2022-01-16 09:40:14 +0100
commit9a388b6b56d079090ff8e9998e2d4a63e6886f01 (patch)
tree744e4050057f7b46eec9395824c2e048d01f4daa /.github/workflows
parentd3d7db7b86c8a2f3fa9925fe5d38d29025e7cb7f (diff)
bump stable tests to 21.05
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6be5459..57b6370 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-20.09-darwin -I darwin=. -A tests
- - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-20.09-darwin -I darwin=. -A manpages
- - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-20.09-darwin -I darwin=. -A examples.simple
+ - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-21.05-darwin -I darwin=. -A tests
+ - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-21.05-darwin -I darwin=. -A manpages
+ - run: nix-build ./release.nix -I nixpkgs=channel:nixpkgs-21.05-darwin -I darwin=. -A examples.simple
install:
runs-on: macos-10.15
timeout-minutes: 30
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- run: |
- nix-channel --add https://nixos.org/channels/nixpkgs-20.09-darwin nixpkgs
+ nix-channel --add https://nixos.org/channels/nixpkgs-21.05-darwin nixpkgs
nix-channel --update
- run: |
export NIX_PATH=$HOME/.nix-defexpr/channels