Skip to content

Commit e61ad48

Browse files
authored
Only build for Mac and Windows on ghc-9.2.5. Remove n parameter from build matrix. (#4935)
1 parent 6e0cbe0 commit e61ad48

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
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ghc: ["8.10.7", "9.2.5"]
19+
ghc: ["9.2.5"]
2020
cabal: ["3.8.1.0"]
2121
os: [macos-latest, windows-latest]
2222

0 commit comments

Comments
 (0)