Skip to content

Commit 48c58c0

Browse files
committed
Downgrade to MacOS-13 since newest does not support < GHC-9.2
1 parent 02f4a07 commit 48c58c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
ghc: ["8.10.7", "9.2.8", "9.6.4", "9.8.2"]
41-
os: [ubuntu-latest, macos-latest, windows-latest]
41+
os: [ubuntu-latest, macos-13, windows-latest]
4242

4343
env:
4444
# Modify this value to "invalidate" the cabal cache.

0 commit comments

Comments
 (0)