|
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-24.04, shell: bash } |
57 | 57 | - { os: macos-latest, shell: bash }
|
58 | 58 | # If you remove something from here, then add it to the old-ghcs job.
|
59 | 59 | # Also a removed GHC from here means that we are actually dropping
|
@@ -245,14 +245,14 @@ jobs:
|
245 | 245 |
|
246 | 246 | validate-old-ghcs:
|
247 | 247 | name: Validate old ghcs ${{ matrix.extra-ghc }}
|
248 |
| - runs-on: ubuntu-22.04 |
| 248 | + runs-on: ubuntu-24.04 |
249 | 249 | needs: validate
|
250 | 250 |
|
251 | 251 | strategy:
|
252 | 252 | matrix:
|
253 | 253 | extra-ghc:
|
254 | 254 | ["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. |
256 | 256 | ## Older GHCs are not supported by ghcup in the first place.
|
257 | 257 | fail-fast: false
|
258 | 258 |
|
@@ -383,7 +383,7 @@ jobs:
|
383 | 383 | matrix:
|
384 | 384 | sys:
|
385 | 385 | - { 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 } |
387 | 387 | - { os: macos-latest, shell: bash }
|
388 | 388 | # We only use one ghc version the used one for the next release (defined at top of the workflow)
|
389 | 389 | # We need to build an array dynamically to inject the appropiate env var in a previous job,
|
|
0 commit comments