File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,18 @@ jobs:
3232 matrix :
3333 os : [ubuntu-latest, macos-latest, windows-latest]
3434 toolchain :
35- - {compiler: gcc, version: 13 }
35+ - {compiler: gcc, version: 'latest' }
3636 - {compiler: intel, version: '2025.0'}
3737 - {compiler: intel-classic, version: '2021.10'}
3838 - {compiler: nvidia-hpc, version: '25.1'}
3939 - {compiler: lfortran, version: '0.45.0'}
40- include :
41- - os : ubuntu-latest
42- toolchain : {compiler: gcc, version: 12}
4340 exclude :
4441 - os : macos-latest
45- toolchain : {compiler: intel, version: '2023.2' }
42+ toolchain : {compiler: intel}
4643 - os : macos-latest
47- toolchain : {compiler: nvidia-hpc, version: '23.11' }
44+ toolchain : {compiler: nvidia-hpc}
4845 - os : windows-latest
49- toolchain : {compiler: nvidia-hpc, version: '23.11' }
46+ toolchain : {compiler: nvidia-hpc}
5047
5148 steps :
5249 - uses : fortran-lang/setup-fortran@v1
You can’t perform that action at this time.
0 commit comments