Skip to content

Commit 3a500db

Browse files
committed
Github action: use OpenMPI 5.0.8
1 parent 6bc9153 commit 3a500db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mac_openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- 'test/test_installed/*'
2424

2525
env:
26-
OPENMPI_VERSION: 5.0.2
26+
OPENMPI_VERSION: 5.0.8
2727
AUTOCONF_VERSION: 2.71
2828
AUTOMAKE_VERSION: 1.17
2929
LIBTOOL_VERSION: 2.5.4

.github/workflows/ubuntu_openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- 'test/test_installed/*'
2020

2121
env:
22-
OPENMPI_VERSION: 5.0.2
22+
OPENMPI_VERSION: 5.0.8
2323
AUTOCONF_VERSION: 2.71
2424
AUTOMAKE_VERSION: 1.17
2525
LIBTOOL_VERSION: 2.5.4

.github/workflows/ubuntu_openmpi_adios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- 'test/test_installed/*'
2020

2121
env:
22-
OPENMPI_VERSION: 5.0.2
22+
OPENMPI_VERSION: 5.0.8
2323
AUTOCONF_VERSION: 2.71
2424
AUTOMAKE_VERSION: 1.17
2525
LIBTOOL_VERSION: 2.5.4

0 commit comments

Comments
 (0)