mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user