File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88#
99# For more information, see https://github.com/haskell-CI/haskell-ci
1010#
11- # version: 0.19.20250115
11+ # version: 0.19.20250330
1212#
13- # REGENDATA ("0.19.20250115 ",["github","cabal.project"])
13+ # REGENDATA ("0.19.20250330 ",["github","cabal.project"])
1414#
1515name : Haskell-CI
1616on :
2323jobs :
2424 linux :
2525 name : Haskell-CI - Linux - ${{ matrix.compiler }}
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-24 .04
2727 timeout-minutes :
2828 60
2929 container :
@@ -91,12 +91,12 @@ jobs:
9191 - name : Install GHCup
9292 run : |
9393 mkdir -p "$HOME/.ghcup/bin"
94- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
94+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
9595 chmod a+x "$HOME/.ghcup/bin/ghcup"
9696 - name : Install cabal-install
9797 run : |
98- "$HOME/.ghcup/bin/ghcup" install cabal 3.12 .1.0 || (cat "$HOME"/.ghcup/logs/*.* && false)
99- echo "CABAL=$HOME/.ghcup/bin/cabal-3.12 .1.0 -vnormal+nowrap" >> "$GITHUB_ENV"
98+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14 .1.1-p1 || (cat "$HOME"/.ghcup/logs/*.* && false)
99+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14 .1.1-p1 -vnormal+nowrap" >> "$GITHUB_ENV"
100100 - name : Install GHC (GHCup)
101101 if : matrix.setup-method == 'ghcup'
102102 run : |
You can’t perform that action at this time.
0 commit comments