Skip to content

Commit b9ada57

Browse files
committed
GHA: Update runners to ubuntu 24.04
1 parent af898e2 commit b9ada57

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/abi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646

4747
build:
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949

5050
steps:
5151

@@ -92,7 +92,7 @@ jobs:
9292

9393
mpich:
9494
needs: build
95-
runs-on: ubuntu-22.04
95+
runs-on: ubuntu-24.04
9696
timeout-minutes: 60
9797

9898
steps:

.github/workflows/intelmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os:
44-
- ubuntu-22.04
44+
- ubuntu-24.04
4545
- windows-2022
4646

4747
steps:

.github/workflows/mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646

4747
test:
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
timeout-minutes: 60
5050
strategy:
5151
fail-fast: false

.github/workflows/mvapich.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646

4747
test:
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
timeout-minutes: 60
5050
strategy:
5151
fail-fast: false
@@ -65,6 +65,7 @@ jobs:
6565
run: sudo apt-get install -y -q
6666
libnuma-dev
6767
librdmacm-dev
68+
subversion
6869

6970
- name: Checkout MPI
7071
run: svn co $SVN/$REF mpi-build

.github/workflows/openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
jobs:
4646

4747
test:
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
timeout-minutes: 60
5050
strategy:
5151
fail-fast: false

0 commit comments

Comments
 (0)