From c9a04e5cec4d73a0940e4575e7b2a74fc6274be3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Mar 2023 13:31:22 -0700 Subject: Fix release-candidate build for macos. Use ghc 9.4 and cabal 3.10. --- .github/workflows/release-candidate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 93fa43b44..9b15954ba 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -74,6 +74,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install ghc and cabal + run: | + ghcup install ghc --set 9.4 + ghcup install cabal --set 3.10 + - name: Create release run: | sh macos/make_macos_release.sh -- cgit v1.2.3