Skip to content

Commit

Permalink
ci: use ubuntu-22.04 for mpich build
Browse files Browse the repository at this point in the history
Avoid https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
where mpich was trying to use the OpenMPI pmix

Signed-off-by: Carl Pearson <[email protected]>
  • Loading branch information
cwpearson committed Jan 27, 2025
1 parent 6cdd5e8 commit 86dc404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
KOKKOS_INSTALL: ${{ github.workspace }}/_deps/kokkos-install
COMM_SRC: ${{ github.workspace }}
COMM_BUILD: ${{ github.workspace }}/build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Install MPI
Expand Down

0 comments on commit 86dc404

Please sign in to comment.