diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 17:15:13 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 17:15:13 +0100 |
| commit | 24619bc3ee7efbd9dfd6edccb86bb1d8cfd3fcca (patch) | |
| tree | 7a0ac915c3936987dc13b619b2001af08ff07536 /.github/workflows/build-macos-package.yml | |
| parent | 399974ebfb606d0ff7db03c248b605b8a94fb9f4 (diff) | |
Change cabal version to 2.4, to match GHC 8.6.5
Diffstat (limited to '.github/workflows/build-macos-package.yml')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 86425b41a..4d288e8f3 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -9,11 +9,11 @@ jobs: strategy: matrix: os: [macOS-latest] - cabal: ["3.2"] + cabal: ["2.4"] ghc: ["8.6.5"] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: actions/setup-haskell@v1.1.1 id: setup-haskell-cabal |
