Skip to content

Commit 72cd7a6

Browse files
committed
github action: update to mpich 4.2.0
1 parent d37ba9e commit 72cd7a6

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.1
26+
MPICH_VERSION: 4.2.0
2727

2828
jobs:
2929
build:

.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.1
22+
MPICH_VERSION: 4.2.0
2323

2424
jobs:
2525
build:

0 commit comments

Comments
 (0)