Skip to content

Commit

Permalink
Revert GitHub actions back to macos-latest (#1377)
Browse files Browse the repository at this point in the history
According to cachix/install-nix-action#183 the
MacOS problem should be resolved by #1376
  • Loading branch information
vkleen committed Jun 19, 2023
1 parent af8b094 commit 00b6ce9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -17,14 +17,13 @@ jobs:
matrix:
os:
- ubuntu-latest
# MacOS 13 because of https://github.com/cachix/install-nix-action/issues/183
- macos-13
- macos-latest
rust_channel:
- stable
include:
- os: ubuntu-latest
system: x86_64-linux
- os: macos-13
- os: macos-latest
system: x86_64-darwin
continue-on-error: true

Expand Down

0 comments on commit 00b6ce9

Please sign in to comment.