summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 22:11:29 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 22:11:29 +0100
commit1c7c52da68e560fc28398b324a1d1a207af12ec2 (patch)
treeff29ebd2c8c2bba51f871ede0616a16bc80c9cfb
parent71b10672e8413be392e579261e205672725831b3 (diff)
Use GHC 8.4.4
-rw-r--r--.github/workflows/build-macos-package.yml4
1 files 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: