mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-24 09:28:04 +00:00
workflows/test.yml use macos-latest again and use nix release with
needed commit
This commit is contained in:
parent
d8ecd385ef
commit
0d8fd4ba32
1 changed files with 2 additions and 2 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