Skip to content

Commit cd74ced

Browse files
committed
try Ubuntu 24.04 again
We had problems with their image last time. Let's see if they're fixed now.
1 parent 7af1389 commit cd74ced

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
# If you remove something from here, then add it to the old-ghcs job.
5959
# Also a removed GHC from here means that we are actually dropping
@@ -245,14 +245,15 @@ jobs:
245245

246246
validate-old-ghcs:
247247
name: Validate old ghcs ${{ matrix.extra-ghc }}
248+
# latest/latest doesn't have the old packages the old ghcs depend on
248249
runs-on: ubuntu-22.04
249250
needs: validate
250251

251252
strategy:
252253
matrix:
253254
extra-ghc:
254255
["8.4.4", "8.2.2", "8.0.2"]
255-
## GHC 7.10.3 does not install on ubuntu-22.04 with ghcup.
256+
## GHC 7.10.3 does not install on ubuntu-latest with ghcup.
256257
## Older GHCs are not supported by ghcup in the first place.
257258
fail-fast: false
258259

@@ -383,7 +384,7 @@ jobs:
383384
matrix:
384385
sys:
385386
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
386-
- { os: ubuntu-22.04, shell: bash }
387+
- { os: ubuntu-latest, shell: bash }
387388
- { os: macos-latest, shell: bash }
388389
# We only use one ghc version the used one for the next release (defined at top of the workflow)
389390
# We need to build an array dynamically to inject the appropiate env var in a previous job,

0 commit comments

Comments
 (0)