From 77390fc0916505774a4dfc3645141f5a2c7474af Mon Sep 17 00:00:00 2001 From: Sichao25 Date: Tue, 2 Jun 2026 18:11:28 -0400 Subject: [PATCH] upgrade petsc --- .github/workflows/clang-tidy.yml | 2 +- .github/workflows/cmake-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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