aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-03-27 16:11:41 -0600
committerJohn MacFarlane <[email protected]>2025-03-27 16:11:41 -0600
commit8e04bab8c1fc1815b1456d537e2441b88dbca129 (patch)
tree8776692513618a5a3406b806228c6d6cb8fc39b0 /.github/workflows
parent46399c0abde6623c7d362bb8d429a1d609f174ab (diff)
Release builds: build with ghc 9.8.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-candidate.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index b6227c1ad..584346f85 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install ghc
run: |
- ghcup install ghc --set 9.6
- ghcup install cabal --set 3.10
+ ghcup install ghc --set 9.8
+ ghcup install cabal --set 3.12
- name: Install dependencies
run: |
@@ -88,8 +88,8 @@ jobs:
- name: Install ghc and cabal
run: |
- ghcup install ghc --set 9.6
- ghcup install cabal --set 3.10
+ ghcup install ghc --set 9.8
+ ghcup install cabal --set 3.12
echo "$HOME/.ghcup/bin" >> "${GITHUB_PATH}"
- name: Create release