Skip to content

Commit 6667045

Browse files
committed
ci: only run macos on 9.8
Everything else seems to fail
1 parent 18620c5 commit 6667045

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
- "3.12.1.0"
2121
os:
2222
- ubuntu-latest
23-
- macOS-latest
23+
include:
24+
- os: macos-latest
25+
ghc: "9.8.2"
26+
cabal: "3.12.1.0"
2427
fail-fast: false
2528
steps:
2629
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)