Use ghc 8.8.4 for CI build on macOS, because it is pre-installed.
This commit is contained in:
parent
2566ff6624
commit
5a54595ae0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
versions:
|
||||
- ghc: '8.10.2'
|
||||
- ghc: '8.8.4'
|
||||
cabal: '3.2'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue