diff options
| author | John MacFarlane <[email protected]> | 2025-01-08 08:53:48 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-01-08 08:54:10 -0800 |
| commit | 74b288a1d86a8f57081a8ec44303815632f649ba (patch) | |
| tree | d41dd1035f023cf9647b12da76f2751712e6f7cb /.github | |
| parent | 12bce32bff7e74e0c405e0a979ef5d3e3528c4ad (diff) | |
nightly workflow: use ghc 9.8, cabal 3.14.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3a663fe1f..41ff88abf 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -17,7 +17,8 @@ jobs: - name: Install ghc run: | - ghcup install ghc --set 9.4.4 + ghcup install ghc --set 9.8 + ghcup install cabal --set 3.14 - name: Install dependencies run: | @@ -46,7 +47,8 @@ jobs: - uses: actions/checkout@v4 - name: Install ghc run: | - ghcup install ghc --set 9.4.4 + ghcup install ghc --set 9.8 + ghcup install cabal --set 3.14 - name: Install dependencies run: | cabal update @@ -78,8 +80,8 @@ jobs: brew install ghcup - name: Install ghc run: | - ghcup install ghc --set 9.4 - ghcup install cabal --set 3.10 + ghcup install ghc --set 9.8 + ghcup install cabal --set 3.14 echo "$HOME/.ghcup/bin" >> "${GITHUB_PATH}" - name: Install dependencies run: | |
