Skip to content

Commit

Permalink
[CI workflows] switch to macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Oct 17, 2023
1 parent 7761356 commit 7b70624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-nix-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
strategy:
matrix:
platform:
- macos-10.15
- macos-11
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
Expand Down

0 comments on commit 7b70624

Please sign in to comment.