Skip to content

Commit acc6300

Browse files
committed
Update build.yml
1 parent 5232a90 commit acc6300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
ghc: '8.8.3' # fails due to segfault
2626
- os: windows-latest
2727
ghc: '8.8.2' # fails due to error with Cabal
28+
- os: macOS-latest
29+
ghc: '8.10.5' # https://gitlab.haskell.org/ghc/ghc/-/issues/19968
2830

2931
steps:
3032
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)