From 889dcbe99ce16f66108f7a8fc6dd064f9d9ce30e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 4 Aug 2023 13:53:46 -0700 Subject: Use ghc 9.6 for release builds. See #8947. --- .github/workflows/release-candidate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 0fba6ac03..0dda2f2a8 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -21,8 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Install ghc run: | - # We use ghc 9.2 because of #8955 - ghcup install ghc --set 9.2 + ghcup install ghc --set 9.6 ghcup install cabal --set 3.10 - name: Install dependencies @@ -85,7 +84,7 @@ jobs: - name: Install ghc and cabal run: | - ghcup install ghc --set 9.4 + ghcup install ghc --set 9.6 ghcup install cabal --set 3.10 - name: Create release -- cgit v1.2.3