Skip to content

Commit 6debd91

Browse files
DilumAluthgegiordano
authored andcommitted
CI: Update unit tests from ubuntu-20.04 to ubuntu-24.04
GitHub retired their Ubuntu 20 image (for GitHub-hosted runners) on April 15, 2025. Therefore, we are forced to update. https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
1 parent 042ddc2 commit 6debd91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
fail-fast: false
210210

211-
runs-on: ubuntu-20.04
211+
runs-on: ubuntu-24.04
212212

213213
env:
214214
JULIA_MPI_TEST_BINARY: system
@@ -409,7 +409,7 @@ jobs:
409409

410410
fail-fast: false
411411

412-
runs-on: ubuntu-20.04
412+
runs-on: ubuntu-24.04
413413

414414
env:
415415
JULIA_MPI_TEST_BINARY: MPItrampoline_jll

0 commit comments

Comments
 (0)