File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ 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
- build : [cmake]
28
+ - {compiler: intel, version: '2025.2'}
29
+ build : [cmake]
30
30
include :
31
31
- os : ubuntu-22.04
32
32
build : cmake
33
- toolchain : {compiler: intel-classic, version: '2021.10'}
33
+ toolchain : {compiler: intel-classic, version: '2021.10'}
34
34
- os : ubuntu-latest
35
35
build : cmake-inline
36
36
toolchain : {compiler: gcc, version: 10}
37
37
exclude :
38
38
- os : macos-13
39
- toolchain : {compiler: intel, version: '2024.1 '}
39
+ toolchain : {compiler: intel, version: '2025.2 '}
40
40
- os : macos-13
41
41
toolchain : {compiler: gcc, version: 13}
42
42
env :
Original file line number Diff line number Diff line change 75
75
fail-fast : false
76
76
matrix :
77
77
toolchain :
78
- - { compiler: intel, version: "2024.1 " }
78
+ - { compiler: intel, version: "2025.2 " }
79
79
build : [cmake]
80
80
env :
81
81
BUILD_DIR : ${{ matrix.build == 'cmake' && 'build' || '.' }}
You can’t perform that action at this time.
0 commit comments