From 1c7c52da68e560fc28398b324a1d1a207af12ec2 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 9 Nov 2020 22:11:29 +0100 Subject: [PATCH] Use GHC 8.4.4 --- .github/workflows/build-macos-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 311819de5..9163c0137 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -8,8 +8,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-10.13] - ghc: ["8.6.5"] + os: [macOS-latest] + ghc: ["8.4.4"] cabal: ["2.4"] steps: