Skip to content

Commit 0460ac2

Browse files
authored
fix(petsc): breaking changes in PETSc 3.23 (see commit ce78bad in their repo) forces us to set back our version to 3.22 for the time being. (#2260)
1 parent 2afc8ac commit 0460ac2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/actions/test-extended/action.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,11 @@ runs:
1010
version: 13
1111

1212
- name: Checkout PETSc
13-
if: runner.os == 'Linux'
14-
uses: actions/checkout@v4
15-
with:
16-
repository: petsc/petsc
17-
path: petsc
18-
ref: release
19-
20-
- name: Checkout PETSc
21-
if: runner.os == 'macOS'
2213
uses: actions/checkout@v4
2314
with:
2415
repository: petsc/petsc
2516
path: petsc
26-
ref: v3.22.1
17+
ref: v3.22.5
2718

2819
- name: Configure environment
2920
shell: bash

0 commit comments

Comments
 (0)