Skip to content

Commit 65a70c0

Browse files
Update gfortran in CI (#56)
* update the gfortran compiler to v12 as v10 * Use gfortran-13 for testing on Linux to see if it fixes things * add additional CI test on gfortran 10 --------- Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
1 parent 2000e04 commit 65a70c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- os: ubuntu-latest
27+
- os: ubuntu-22.04
2828
compiler: gfortran-10
2929
cmake_generator: Unix Makefiles
3030
shell: bash
31+
- os: ubuntu-latest
32+
compiler: gfortran-13
33+
cmake_generator: Unix Makefiles
34+
shell: bash
3135
- os: macos-latest
3236
compiler: gfortran-12
3337
cmake_generator: Unix Makefiles

0 commit comments

Comments
 (0)