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 6aa84e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -17,13 +17,14 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# MacOS 13 because of https://github.com/cachix/install-nix-action/issues/183
- macos-13
rust_channel:
- stable
include:
- os: ubuntu-latest
system: x86_64-linux
- os: macos-latest
- os: macos-13
system: x86_64-darwin
continue-on-error: true

Expand Down

0 comments on commit 6aa84e9

Please sign in to comment.