mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 23:06:01 -06:00
try to bump the GHC version
This commit is contained in:
@@ -185,7 +185,7 @@ jobs:
|
|||||||
- name: Setup Haskell
|
- name: Setup Haskell
|
||||||
uses: haskell-actions/setup@v2
|
uses: haskell-actions/setup@v2
|
||||||
with:
|
with:
|
||||||
ghc-version: 8
|
ghc-version: 9
|
||||||
|
|
||||||
- name: Build & run testsuite
|
- name: Build & run testsuite
|
||||||
working-directory: ./src/runtime/haskell
|
working-directory: ./src/runtime/haskell
|
||||||
@@ -197,8 +197,8 @@ jobs:
|
|||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
env:
|
env:
|
||||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
EXTRA_INCLUDE_DIRS: /opt/homebrew/include
|
||||||
EXTRA_LIB_DIRS: /usr/local/lib
|
EXTRA_LIB_DIRS: /opt/homebrew/lib
|
||||||
MACOSX_DEPLOYMENT_TARGET: 11.0
|
MACOSX_DEPLOYMENT_TARGET: 11.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user