Skip to content

Commit

Permalink
workflows/test.yml use macos-latest again and use nix release with
Browse files Browse the repository at this point in the history
needed commit
  • Loading branch information
Artturin committed Mar 30, 2022
1 parent d8ecd38 commit 0d8fd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0d8fd4b

Please sign in to comment.