Skip to content

Commit 73e1448

Browse files
authored
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 5fb0b9d commit 73e1448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/UnitTests.yml

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

206206
fail-fast: false
207207

208-
runs-on: ubuntu-20.04
208+
runs-on: ubuntu-24.04
209209

210210
env:
211211
JULIA_MPI_TEST_BINARY: system
@@ -406,7 +406,7 @@ jobs:
406406

407407
fail-fast: false
408408

409-
runs-on: ubuntu-20.04
409+
runs-on: ubuntu-24.04
410410

411411
env:
412412
JULIA_MPI_TEST_BINARY: MPItrampoline_jll

0 commit comments

Comments
 (0)