Skip to content

Commit 5c697cf

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 5c697cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 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-24.04, 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,14 @@ jobs:
245245

246246
validate-old-ghcs:
247247
name: Validate old ghcs ${{ matrix.extra-ghc }}
248-
runs-on: ubuntu-22.04
248+
runs-on: ubuntu-24.04
249249
needs: validate
250250

251251
strategy:
252252
matrix:
253253
extra-ghc:
254254
["8.4.4", "8.2.2", "8.0.2"]
255-
## GHC 7.10.3 does not install on ubuntu-22.04 with ghcup.
255+
## GHC 7.10.3 does not install on ubuntu-24.04 with ghcup.
256256
## Older GHCs are not supported by ghcup in the first place.
257257
fail-fast: false
258258

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

0 commit comments

Comments
 (0)