aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-27 13:31:22 -0700
committerJohn MacFarlane <[email protected]>2023-03-27 13:31:22 -0700
commitc9a04e5cec4d73a0940e4575e7b2a74fc6274be3 (patch)
treea4a5a8895dff86bf8ddef6a2f6c655a4bec34519
parent021dd495d5d1d8e0fa17e1459a702b9de473df30 (diff)
Fix release-candidate build for macos.
Use ghc 9.4 and cabal 3.10.
-rw-r--r--.github/workflows/release-candidate.yml5
1 files changed, 5 insertions, 0 deletions
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