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:
32
32
matrix :
33
33
os : [ubuntu-latest, macos-latest, windows-latest]
34
34
toolchain :
35
- - {compiler: gcc, version: 13 }
35
+ - {compiler: gcc, version: 'latest' }
36
36
- {compiler: intel, version: '2025.0'}
37
37
- {compiler: intel-classic, version: '2021.10'}
38
38
- {compiler: nvidia-hpc, version: '25.1'}
39
39
- {compiler: lfortran, version: '0.45.0'}
40
- include :
41
- - os : ubuntu-latest
42
- toolchain : {compiler: gcc, version: 12}
43
40
exclude :
44
41
- os : macos-latest
45
- toolchain : {compiler: intel, version: '2023.2' }
42
+ toolchain : {compiler: intel}
46
43
- os : macos-latest
47
- toolchain : {compiler: nvidia-hpc, version: '23.11' }
44
+ toolchain : {compiler: nvidia-hpc}
48
45
- os : windows-latest
49
- toolchain : {compiler: nvidia-hpc, version: '23.11' }
46
+ toolchain : {compiler: nvidia-hpc}
50
47
51
48
steps :
52
49
- uses : fortran-lang/setup-fortran@v1
You can’t perform that action at this time.
0 commit comments