From 0d8fd4ba32df2f0ae743f64a62b81b2a4822f3d8 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 30 Mar 2022 18:26:15 +0300 Subject: [PATCH] workflows/test.yml use macos-latest again and use nix release with needed commit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9907851..e0ae77d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: