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:
25
25
- {compiler: gcc, version: 11}
26
26
- {compiler: gcc, version: 12}
27
27
- {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]
31
30
include :
31
+ - os : ubuntu-22.04
32
+ build : cmake
33
+ toolchain : {compiler: intel-classic, version: '2021.10'}
32
34
- os : ubuntu-latest
33
35
build : cmake-inline
34
- toolchain :
35
- - {compiler: gcc, version: 10}
36
+ toolchain : {compiler: gcc, version: 10}
36
37
exclude :
37
- - os : macos-13
38
- toolchain : {compiler: intel-classic, version: '2021.9'}
39
38
- os : macos-13
40
39
toolchain : {compiler: intel, version: '2024.1'}
41
40
- os : macos-13
56
55
run : pip install --upgrade fypp ninja
57
56
58
57
- name : Setup Fortran compiler
59
- uses : fortran-lang/setup-fortran@v1.6.1
58
+ uses : fortran-lang/setup-fortran@v1.6.2
60
59
id : setup-fortran
61
60
with :
62
61
compiler : ${{ matrix.toolchain.compiler }}
You can’t perform that action at this time.
0 commit comments