From 5a54595ae0a22634798feea83ffdcea4a2f8dd62 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 09:12:07 -0700 Subject: [PATCH] Use ghc 8.8.4 for CI build on macOS, because it is pre-installed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: