Skip to content

Commit

Permalink
use MacOS 13 in Github Actions
Browse files Browse the repository at this point in the history
MacOS 14 is failing due to:
nixbuild/nix-quick-install-action#43
  • Loading branch information
danc86 committed Jul 7, 2024
1 parent d02f274 commit f16d473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# macos-14 fails due to https://github.com/nixbuild/nix-quick-install-action/issues/43
- macos-13
ruby-version:
- '2.4'
- '2.5'
Expand Down

0 comments on commit f16d473

Please sign in to comment.