Skip to content

Commit d0da5d3

Browse files
committed
update MPICH version to 4.2.2 in github actions
1 parent 7adcf00 commit d0da5d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pnetcdf_c_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
MPICH_VERSION: 4.2.0
22+
MPICH_VERSION: 4.2.2
2323
MPICH_DIR: ${{ github.workspace }}/mpich-install
2424
PNETCDF_VERSION: repo
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install

.github/workflows/pnetcdf_c_official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 60
2121
env:
22-
MPICH_VERSION: 4.2.0
22+
MPICH_VERSION: 4.2.2
2323
MPICH_DIR: ${{ github.workspace }}/mpich-install
2424
PNETCDF_VERSION: 1.13.0
2525
PNETCDF_DIR: ${{ github.workspace }}/PnetCDF-install

0 commit comments

Comments
 (0)