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 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20241223
11
+ # version: 0.19.20250605
12
12
#
13
- # REGENDATA ("0.19.20241223 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20250605 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
23
23
jobs :
24
24
linux :
25
25
name : Haskell-CI - Linux - ${{ matrix.compiler }}
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
timeout-minutes :
28
28
60
29
29
container :
@@ -98,12 +98,12 @@ jobs:
98
98
- name : Install GHCup
99
99
run : |
100
100
mkdir -p "$HOME/.ghcup/bin"
101
- curl -sL https://downloads.haskell.org/ghcup/0.1.30.0 /x86_64-linux-ghcup-0.1.30.0 > "$HOME/.ghcup/bin/ghcup"
101
+ curl -sL https://downloads.haskell.org/ghcup/0.1.50.1 /x86_64-linux-ghcup-0.1.50.1 > "$HOME/.ghcup/bin/ghcup"
102
102
chmod a+x "$HOME/.ghcup/bin/ghcup"
103
103
- name : Install cabal-install
104
104
run : |
105
- "$HOME/.ghcup/bin/ghcup" install cabal 3.14.1 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
106
- echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.1 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
105
+ "$HOME/.ghcup/bin/ghcup" install cabal 3.14.2 .0 || (cat "$HOME"/.ghcup/logs/*.* && false)
106
+ echo "CABAL=$HOME/.ghcup/bin/cabal-3.14.2 .0 -vnormal+nowrap" >> "$GITHUB_ENV"
107
107
- name : Install GHC (GHCup)
108
108
if : matrix.setup-method == 'ghcup'
109
109
run : |
You can’t perform that action at this time.
0 commit comments