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 5353 matrix :
5454 sys :
5555 - { 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 }
5757 - { os: macos-latest, shell: bash }
5858 ghc :
5959 [
@@ -250,14 +250,15 @@ jobs:
250250
251251 validate-old-ghcs :
252252 name : Validate old ghcs ${{ matrix.extra-ghc }}
253+ # latest/latest doesn't have the old packages the old ghcs depend on
253254 runs-on : ubuntu-22.04
254255 needs : validate
255256
256257 strategy :
257258 matrix :
258259 extra-ghc :
259260 ["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.
261262 # # Older GHCs are not supported by ghcup in the first place.
262263 fail-fast : false
263264
@@ -388,7 +389,7 @@ jobs:
388389 matrix :
389390 sys :
390391 - { 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 }
392393 - { os: macos-latest, shell: bash }
393394 # We only use one ghc version the used one for the next release (defined at top of the workflow)
394395 # 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