diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-22 08:19:24 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-22 08:19:24 -0700 |
| commit | 440b438158e61b3452a9622112061430e457931b (patch) | |
| tree | 707a57563d53e8343251e786edf18a8f00934487 /.github/workflows | |
| parent | 4ea0508e6892347db33e9addb497920b6360e69c (diff) | |
macos nighty build: use ghc 9.4.4.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
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 |
