Skip to content

Commit

Permalink
ci: mpich: ubuntu 24.04 -> 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jan 27, 2025
1 parent e463ccd commit 2969d45
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-24.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Install MPI
Expand Down

0 comments on commit 2969d45

Please sign in to comment.