File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 53
53
matrix :
54
54
sys :
55
55
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
56
- - { os: ubuntu-22.04 , shell: bash }
56
+ - { os: ubuntu-latest , shell: bash }
57
57
- { os: macos-latest, shell: bash }
58
58
ghc :
59
59
[
@@ -250,14 +250,15 @@ jobs:
250
250
251
251
validate-old-ghcs :
252
252
name : Validate old ghcs ${{ matrix.extra-ghc }}
253
+ # latest/latest doesn't have the old packages the old ghcs depend on
253
254
runs-on : ubuntu-22.04
254
255
needs : validate
255
256
256
257
strategy :
257
258
matrix :
258
259
extra-ghc :
259
260
["8.6.5", "8.4.4", "8.2.2", "8.0.2"]
260
- # # GHC 7.10.3 does not install on ubuntu-22.04 with ghcup.
261
+ # # GHC 7.10.3 does not install on ubuntu-latest with ghcup.
261
262
# # Older GHCs are not supported by ghcup in the first place.
262
263
fail-fast : false
263
264
@@ -388,7 +389,7 @@ jobs:
388
389
matrix :
389
390
sys :
390
391
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
391
- - { os: ubuntu-22.04 , shell: bash }
392
+ - { os: ubuntu-latest , shell: bash }
392
393
- { os: macos-latest, shell: bash }
393
394
# We only use one ghc version the used one for the next release (defined at top of the workflow)
394
395
# We need to build an array dynamically to inject the appropiate env var in a previous job,
You can’t perform that action at this time.
0 commit comments