Skip to content

Commit

Permalink
Use MacOS 13 github runner because of cachix/install-nix-action#183
Browse files Browse the repository at this point in the history
  • Loading branch information
vkleen committed Jun 16, 2023
1 parent ecb4b41 commit 2cd7550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -23,7 +23,8 @@ jobs:
include:
- os: ubuntu-latest
system: x86_64-linux
- os: macos-latest
# MacOS 13 because of ttps://github.com/cachix/install-nix-action/issues/183
- os: macos-13
system: x86_64-darwin
continue-on-error: true

Expand Down

0 comments on commit 2cd7550

Please sign in to comment.