diff options
| author | John MacFarlane <[email protected]> | 2023-08-04 13:53:46 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-04 13:54:04 -0700 |
| commit | 889dcbe99ce16f66108f7a8fc6dd064f9d9ce30e (patch) | |
| tree | 07c73d4cc73dd27bed262d9df68270fb8cd74451 /.github/workflows/release-candidate.yml | |
| parent | 5e1b9591e1999e25b0ef9dc3f642f5cdd3beed8d (diff) | |
Use ghc 9.6 for release builds.
See #8947.
Diffstat (limited to '.github/workflows/release-candidate.yml')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 5 |
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 |
