try to bump the GHC version

This commit is contained in:
Krasimir Angelov
2026-09-09 09:56:30 +02:00
parent 76cc90e05c
commit 53fdd0f359
+3 -3
View File
@@ -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: