summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-22 08:19:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-22 08:19:24 -0700
commit440b438158e61b3452a9622112061430e457931b (patch)
tree707a57563d53e8343251e786edf18a8f00934487 /.github/workflows
parent4ea0508e6892347db33e9addb497920b6360e69c (diff)
macos nighty build: use ghc 9.4.4.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index f6779ee9c..fc254605c 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -76,6 +76,9 @@ jobs:
# pkg-config is now needed for some cabal builds
- name: Install pkg-config
run: brew install pkg-config
+ - name: Install ghc
+ run: |
+ ghcup install ghc --set 9.4.4
- name: Install dependencies
run: |
cabal update