Skip to content

Commit d063be9

Browse files
committed
[CI] Downgrade macOS ghc version
1 parent 0488f86 commit d063be9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
include:
1313
- os: ubuntu-latest
1414
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
15+
- os: macos-latest
16+
pandocver: '2.14.0.2'
17+
ghcver: '8.10.4'
18+
exclude:
19+
- os: macos-latest
20+
ghcver: '8.10.5'
1521
runs-on: ${{ matrix.os }}
1622
container: ${{ matrix.container }}
1723
steps:

0 commit comments

Comments
 (0)