File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- {compiler: gcc, version: 11}
26
26
- {compiler: gcc, version: 12}
27
27
- {compiler: gcc, version: 13}
28
- - {compiler: intel, version: '2025.2'}
28
+ - {compiler: intel, version: '2025.2.0 '}
29
29
build : [cmake]
30
30
include :
31
31
- os : ubuntu-22.04
36
36
toolchain : {compiler: gcc, version: 10}
37
37
exclude :
38
38
- os : macos-13
39
- toolchain : {compiler: intel, version: '2025.2'}
39
+ toolchain : {compiler: intel, version: '2025.2.0 '}
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: "2025.2" }
78
+ - { compiler: intel, version: "2025.2.0 " }
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