File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,16 @@ jobs:
2525 - {compiler: gcc, version: 11}
2626 - {compiler: gcc, version: 12}
2727 - {compiler: gcc, version: 13}
28- - {compiler: intel, version: '2024.1'}
29- - {compiler: intel-classic, version: '2021.9'}
30- build : [cmake]
28+ - {compiler: intel, version: '2024.1'}
29+ build : [cmake]
3130 include :
31+ - os : ubuntu-22.04
32+ build : cmake
33+ toolchain : {compiler: intel-classic, version: '2021.10'}
3234 - os : ubuntu-latest
3335 build : cmake-inline
34- toolchain :
35- - {compiler: gcc, version: 10}
36+ toolchain : {compiler: gcc, version: 10}
3637 exclude :
37- - os : macos-13
38- toolchain : {compiler: intel-classic, version: '2021.9'}
3938 - os : macos-13
4039 toolchain : {compiler: intel, version: '2024.1'}
4140 - os : macos-13
5655 run : pip install --upgrade fypp ninja
5756
5857 - name : Setup Fortran compiler
59- uses : fortran-lang/setup-fortran@v1.6.1
58+ uses : fortran-lang/setup-fortran@v1.6.2
6059 id : setup-fortran
6160 with :
6261 compiler : ${{ matrix.toolchain.compiler }}
You can’t perform that action at this time.
0 commit comments