aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-08-04 13:53:46 -0700
committerJohn MacFarlane <[email protected]>2023-08-04 13:54:04 -0700
commit889dcbe99ce16f66108f7a8fc6dd064f9d9ce30e (patch)
tree07c73d4cc73dd27bed262d9df68270fb8cd74451 /.github/workflows
parent5e1b9591e1999e25b0ef9dc3f642f5cdd3beed8d (diff)
Use ghc 9.6 for release builds.
See #8947.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-candidate.yml5
1 files changed, 2 insertions, 3 deletions
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