Skip to content

Commit e2d2d20

Browse files
authored
Merge pull request #11068 from geekosaur/try-24.04-again
try Ubuntu 24.04 again
2 parents f83f91e + def6c02 commit e2d2d20

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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,

0 commit comments

Comments
 (0)