Skip to content

Commit b37e136

Browse files
committed
Bump MPICH Runner to Ubuntu 24.04
1 parent 5da0673 commit b37e136

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spack:
4848
extra_rpaths: []
4949
flags: {}
5050
modules: []
51-
operating_system: ubuntu22.04
51+
operating_system: ubuntu24.04
5252
paths:
5353
cc: /usr/bin/clang-12
5454
cxx: /usr/bin/clang++-12

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ jobs:
159159
cmake --build build --parallel 2
160160
ctest --test-dir build --output-on-failure
161161
162-
# ADIOS2 v2.7.1
162+
# ADIOS2 v2.10
163163
clang12_py38_mpich_h5_ad2:
164-
runs-on: ubuntu-22.04
164+
runs-on: ubuntu-24.04
165165
if: github.event.pull_request.draft == false
166166
steps:
167167
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)