From dcfc6673b7fc46f3caf944ab2dd494ba3de3a35f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 20 May 2024 21:43:14 +0200 Subject: [PATCH] ci: Fix out-of-sync GHC version for stack jobs --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 085a91f95..ed98504d2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -121,7 +121,8 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: haskell-actions/setup@33585e1a16afa5875e124b0ebc89dd0c2f872c21 # v2.7.3 with: - ghc-version: 9.4.5 + # This must match the version in stack.yaml's resolver + ghc-version: 9.6.5 enable-stack: true stack-no-global: true stack-setup-ghc: true