Skip to content

Commit 0056ea9

Browse files
committed
Github action: upgrade MPICH to 4.3.0
1 parent 5323e78 commit 0056ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mac_mpich.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-
MPICH_VERSION: 4.2.0
26+
MPICH_VERSION: 4.3.0
2727
AUTOCONF_VERSION: 2.71
2828
AUTOMAKE_VERSION: 1.17
2929
LIBTOOL_VERSION: 2.5.4

.github/workflows/ubuntu_mpich.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-
MPICH_VERSION: 4.2.0
22+
MPICH_VERSION: 4.3.0
2323
AUTOCONF_VERSION: 2.71
2424
AUTOMAKE_VERSION: 1.17
2525
LIBTOOL_VERSION: 2.5.4

0 commit comments

Comments
 (0)