Skip to content

Commit

Permalink
cicd: adding PETSc 3.21 into testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrsd committed Jan 4, 2025
1 parent a54fe16 commit 6e3194d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python-version: "3.9"
petsc: 3.20.6
build: Release
- os: ubuntu-22.04
python-version: "3.9"
petsc: 3.21.6
build: Release
runs-on: ${{ matrix.os }}
steps:
- name: Set up miniconda
Expand Down

0 comments on commit 6e3194d

Please sign in to comment.