diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 97e1d917..c67b4ef9 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -133,7 +133,7 @@ jobs: id: clone-petsc run: | cd ${{ runner.temp }} - git clone -b v3.24.2 https://gitlab.com/petsc/petsc.git petsc-openmpi + git clone -b v3.25.2 https://gitlab.com/petsc/petsc.git petsc-openmpi cd petsc-openmpi echo "petsc-commit-hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/cmake-test.yml b/.github/workflows/cmake-test.yml index 60c56894..e0e19cda 100644 --- a/.github/workflows/cmake-test.yml +++ b/.github/workflows/cmake-test.yml @@ -185,7 +185,7 @@ jobs: id: clone-petsc run: | cd ${{ runner.temp }} - git clone -b v3.24.2 https://gitlab.com/petsc/petsc.git petsc + git clone -b v3.25.2 https://gitlab.com/petsc/petsc.git petsc cd petsc echo "petsc-commit-hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT