Skip to content

Commit f16d473

Browse files
committed
use MacOS 13 in Github Actions
MacOS 14 is failing due to: nixbuild/nix-quick-install-action#43
1 parent d02f274 commit f16d473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
os:
1717
- ubuntu-latest
18-
- macos-latest
18+
# macos-14 fails due to https://github.com/nixbuild/nix-quick-install-action/issues/43
19+
- macos-13
1920
ruby-version:
2021
- '2.4'
2122
- '2.5'

0 commit comments

Comments
 (0)