We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da0673 commit b37e136Copy full SHA for b37e136
2 files changed
.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml
@@ -48,7 +48,7 @@ spack:
48
extra_rpaths: []
49
flags: {}
50
modules: []
51
- operating_system: ubuntu22.04
+ operating_system: ubuntu24.04
52
paths:
53
cc: /usr/bin/clang-12
54
cxx: /usr/bin/clang++-12
.github/workflows/linux.yml
@@ -159,9 +159,9 @@ jobs:
159
cmake --build build --parallel 2
160
ctest --test-dir build --output-on-failure
161
162
- # ADIOS2 v2.7.1
+ # ADIOS2 v2.10
163
clang12_py38_mpich_h5_ad2:
164
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
165
if: github.event.pull_request.draft == false
166
steps:
167
- uses: actions/checkout@v4
0 commit comments