Skip to content

Commit

Permalink
Updated images for unit tests with openmpi and mpich
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed May 6, 2024
1 parent d9fbb3b commit 80d9bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_unit_tests_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
main_unit_tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/noaa-gfdl/pace_mpich:3.8
image: ghcr.io/noaa-gfdl/pace_mpich:3.11.9
steps:
- name: Checkout Pace repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_unit_tests_openmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
main_unit_tests:
runs-on: ubuntu-latest
container:
image: ghcr.io/noaa-gfdl/pace_openmpi:3.8
image: ghcr.io/noaa-gfdl/pace_openmpi:3.11.9
steps:
- name: Checkout Pace repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 80d9bdb

Please sign in to comment.