mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 00:20:53 +00:00
Merge pull request #133 from Artturin/nixciupdate
workflows/test.yml use macos-latest again and use nix release with
This commit is contained in:
commit
d64e055310
1 changed files with 6 additions and 6 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
oldest-supported-installer:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-10.15]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
uses: ./
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-21.05
|
||||
install_url: https://releases.nixos.org/nix/nix-2.3.5/install
|
||||
install_url: https://releases.nixos.org/nix/nix-2.3.8/install
|
||||
- run: nix-build test.nix
|
||||
|
||||
act-support:
|
||||
|
|
Loading…
Reference in a new issue