Skip to content

Commit 3da12b3

Browse files
committed
test with neweste PETSc and GCC on GitHub Actions
1 parent 10af4b8 commit 3da12b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Fortran.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Grid and Mesh Solver
22
on: [push]
33

44
env:
5-
PETSC_VERSION: '3.21.4'
5+
PETSC_VERSION: '3.22.0'
66
HOMEBREW_NO_ANALYTICS: 'ON' # Make Homebrew installation a little quicker
77
HOMEBREW_NO_AUTO_UPDATE: 'ON'
88
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 'ON'
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
gcc_v: [9, 10, 11, 12, 13]
20+
gcc_v: [9, 10, 11, 12, 13, 14]
2121
fail-fast: false
2222

2323
env:

0 commit comments

Comments
 (0)