Skip to content

Commit

Permalink
fix(ci): move to macos-13 image
Browse files Browse the repository at this point in the history
There currently is an issue with cachix/install-nix-action see:

cachix/install-nix-action#183

This issue is not present on macos-13 moving to that iamge.
  • Loading branch information
EdenEast committed Jun 16, 2023
1 parent 90b9814 commit 9ebd658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
target: sloth
- os: ubuntu-20.04
target: eden
- os: macos-latest
- os: macos-13
target: theman
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
target: sloth
- os: ubuntu-20.04
target: eden
- os: macos-latest
- os: macos-13
target: theman

steps:
Expand Down

0 comments on commit 9ebd658

Please sign in to comment.