Skip to content

Commit

Permalink
Restrict adios2 to main until new release due to: ornladios/ADIOS2#4287
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Sep 19, 2024
1 parent 81f1a08 commit dc3bf9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
artifact_name: "legacy_checkpoint_mpich"

test-code:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
[create-datasets, create-legacy-datasets, check-formatting, get_image_tag]
container: ghcr.io/fenics/dolfinx/dolfinx:${{ needs.get_image_tag.outputs.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_package_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

strategy:
matrix:
adios2: ["default", "v2.9.2", "v2.10.1"]
adios2: ["master"] # "default", "v2.9.2", "v2.10.1",
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

strategy:
matrix:
adios2: ["v2.10.1"]
adios2: ["master"] #["v2.10.1"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit dc3bf9d

Please sign in to comment.