@@ -21,20 +21,22 @@ jobs:
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os : [ubuntu-latest, macos-12 , windows-latest]
24+ os : [ubuntu-latest, macos-13 , windows-latest]
2525 toolchain :
2626 - {compiler: gcc, version: 10}
2727 - {compiler: gcc, version: 11}
2828 - {compiler: gcc, version: 12}
2929 - {compiler: gcc, version: 13}
30+ - {compiler: gcc, version: 14}
3031 exclude :
31- - os : macos-12
32- toolchain : {compiler: gcc, version: 13}
32+ # Not yet supported by setup-fortran
33+ - os : windows-latest
34+ toolchain : {compiler: gcc, version: 14}
3335 include :
3436 - os : ubuntu-latest
3537 os-arch : linux-x86_64
3638 release-flags : --flag '--static -g -fbacktrace -O3'
37- - os : macos-12
39+ - os : macos-13
3840 os-arch : macos-x86_64
3941 release-flags : --flag '-g -fbacktrace -O3'
4042 - os : windows-latest
5961 with :
6062 fpm-version : ' v0.8.0'
6163
62- # Backport gfortran shared libraries to version 9 folder. This is necessary because the macOS release of fpm
64+ # Backport gfortran shared libraries to version 10 folder. This is necessary because the macOS release of fpm
6365 # 0.10.0 used for bootstrapping has these paths hardcoded in the executable.
6466 - name : MacOS patch libgfortran
6567 if : contains(matrix.os, 'macos') && !contains(matrix.toolchain.version, '10')
@@ -190,7 +192,7 @@ jobs:
190192 strategy :
191193 fail-fast : false
192194 matrix :
193- gcc_v : [10, 11,12]
195+ gcc_v : [11,12,13 ]
194196
195197 steps :
196198 - uses : actions/checkout@v4
0 commit comments