Skip to content

Commit

Permalink
chore(ci): Upgrade install-nix-action and restore macos-latest runner (
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Jun 16, 2023
1 parent 2209369 commit cfbd182
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
runner: ubuntu-large
target: x86_64-linux
- os: mac
# The nix action doesn't fail on macos-13 according to https://github.com/cachix/install-nix-action/issues/183
runner: macos-13
runner: macos-latest
target: x86_64-darwin

steps:
- name: Checkout
uses: actions/checkout@v3

- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.11
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cfbd182

Please sign in to comment.