From d063be9380c74522ec53fe69424a128c70e42ba1 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 16 Jun 2021 21:54:56 +0300 Subject: [PATCH] [CI] Downgrade macOS ghc version --- .github/workflows/haskell.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index b99e0a55..6285909d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -12,6 +12,12 @@ jobs: include: - os: ubuntu-latest container: 'lierdakil/alpine-haskell:8.10.5-pwsh' + - os: macos-latest + pandocver: '2.14.0.2' + ghcver: '8.10.4' + exclude: + - os: macos-latest + ghcver: '8.10.5' runs-on: ${{ matrix.os }} container: ${{ matrix.container }} steps: