|
90 | 90 | os: ubuntu-24.04 |
91 | 91 | flags: '-DHIGHFIVE_TEST_BOOST=Off -DCMAKE_CXX_STANDARD=20 -DHIGHFIVE_HAS_CONCEPTS=On' |
92 | 92 | run_cond: "mpi" |
93 | | - if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.config.run_cond) }} |
| 93 | + if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.config.run_cond) }} |
94 | 94 |
|
95 | 95 | steps: |
96 | 96 | - uses: actions/checkout@v4 |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | run_cond: "hdf5" |
137 | 137 | - hdf5_version: hdf5_1.14.6 |
138 | 138 | run_cond: "hdf5" |
139 | | - if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }} |
| 139 | + if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }} |
140 | 140 |
|
141 | 141 | steps: |
142 | 142 | - uses: actions/checkout@v4 |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | CXX: clang++-11 |
202 | 202 | pkgs: clang-11 |
203 | 203 | run_cond: "compiler" |
204 | | - if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.env.run_cond) }} |
| 204 | + if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.env.run_cond) }} |
205 | 205 |
|
206 | 206 | steps: |
207 | 207 | - uses: actions/checkout@v4 |
@@ -347,7 +347,7 @@ jobs: |
347 | 347 | - os: "macOS-13" |
348 | 348 | cxxstd: "20" |
349 | 349 | run_cond: "osx" |
350 | | - if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }} |
| 350 | + if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }} |
351 | 351 |
|
352 | 352 | steps: |
353 | 353 | - uses: actions/checkout@v4 |
@@ -414,7 +414,7 @@ jobs: |
414 | 414 | - os: "windows-2019" |
415 | 415 | cxxstd: "20" |
416 | 416 | run_cond: "windows" |
417 | | - if: ${{ env.RUN_SUITE == 'all' || contains(env.RUN_SUITE, matrix.run_cond) }} |
| 417 | + if: ${{ github.env.RUN_SUITE == 'all' || contains(github.env.RUN_SUITE, matrix.run_cond) }} |
418 | 418 |
|
419 | 419 | steps: |
420 | 420 | - uses: actions/checkout@v4 |
|
0 commit comments