aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-08 09:12:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-08 09:12:29 -0700
commit5a54595ae0a22634798feea83ffdcea4a2f8dd62 (patch)
treece38e6c94a8fbd18aae37f75a61a1e1feec4b55b /.github
parent2566ff662473b4c4095ffe5d3bdbb0325a70b6a3 (diff)
downloadpandoc-5a54595ae0a22634798feea83ffdcea4a2f8dd62.tar.gz
Use ghc 8.8.4 for CI build on macOS, because it is pre-installed.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 357a47552..542b832de 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -146,7 +146,7 @@ jobs:
fail-fast: true
matrix:
versions:
- - ghc: '8.10.2'
+ - ghc: '8.8.4'
cabal: '3.2'
steps: