File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,25 @@ jobs:
1919 toolchain :
2020 - {compiler: gcc, version: 15}
2121 - {compiler: gcc, version: 16}
22- - {compiler: intel-classic, version: '2021.9'}
22+ - {compiler: intel, version: '2021.1'}
23+ - {compiler: intel, version: '2022.0'}
24+ - {compiler: intel, version: '2023.0'}
25+ - {compiler: intel, version: '2024.0'}
26+ - {compiler: intel, version: '2025.0'}
2327 include :
2428 - os : ubuntu-latest
2529 toolchain : {compiler: intel, version: '2023.2'}
2630 exclude :
2731 - os : macos-latest
2832 toolchain : {compiler: gcc, version: 16}
33+ - os : macos-latest
34+ toolchain : {compiler: intel, version: '2022.0'}
35+ - os : macos-latest
36+ toolchain : {compiler: intel, version: '2023.0'}
37+ - os : macos-latest
38+ toolchain : {compiler: intel, version: '2024.0'}
39+ - os : macos-latest
40+ toolchain : {compiler: intel, version: '2025.0'}
2941
3042 steps :
3143 - uses : fortran-lang/setup-fortran@v1.6.1
You can’t perform that action at this time.
0 commit comments