File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 os : [ubuntu-latest]
13- gcc_v : [12 ,10,11,9] # Version of GFortran we want to use.
13+ gcc_v : [15 ,10,11,9] # Version of GFortran we want to use.
1414 python-version : [3.11]
1515 env :
1616 FC : gfortran-${{matrix.gcc_v}}
2222 # 9 - build.sh with documentation, unit tests and coverage analysis. doc deployment
2323 # 10 - build.sh - no documentation, with and without unicode.
2424 # 11 - FPM
25- # 12 - CMake build with unit tests, no documentation, with coverage analysis. no unicode
25+ # 15 - CMake build with unit tests, no documentation, with coverage analysis. no unicode
2626 #
2727 # NOTE: coverage disabled for now
2828
3434 submodules : recursive
3535
3636 - name : Setup cmake
37- if : contains( matrix.gcc_v, 12 )
37+ if : contains( matrix.gcc_v, 15 )
3838 uses : jwlawson/actions-setup-cmake@v2.0.2
3939 with :
4040 cmake-version : ' 3.28.x'
9393 # CMake build with unit tests, no documentation, with coverage analysis
9494 # No unicode so that coverage combined with the build script will cover unicode
9595 # and non-unicode code paths
96- if : matrix.gcc_v == 12
96+ if : matrix.gcc_v == 15
9797 run : |
9898 GFORTRAN=gfortran-${{matrix.gcc_v}}
9999 GCOV=gcov-${{matrix.gcc_v}}
You can’t perform that action at this time.
0 commit comments