mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
Change cabal version to 2.4, to match GHC 8.6.5
This commit is contained in:
4
.github/workflows/build-macos-package.yml
vendored
4
.github/workflows/build-macos-package.yml
vendored
@@ -9,11 +9,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macOS-latest]
|
os: [macOS-latest]
|
||||||
cabal: ["3.2"]
|
cabal: ["2.4"]
|
||||||
ghc: ["8.6.5"]
|
ghc: ["8.6.5"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/setup-haskell@v1.1.1
|
- uses: actions/setup-haskell@v1.1.1
|
||||||
id: setup-haskell-cabal
|
id: setup-haskell-cabal
|
||||||
|
|||||||
Reference in New Issue
Block a user