File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -10,30 +10,16 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 os : [windows-2025, macos-13, ubuntu-24.04]
13+ toolset : ['', '-T ClangCL']
1314 qt_version : ['6.9.0']
1415 include :
1516 - qt_version : ' 6.9.0'
1617 qt_version_major : ' 6'
1718 qt_modules : ' qtmultimedia qtserialport'
18-
19- - os : ' windows-2025'
20- toolset : ' '
21-
22- - os : ' windows-2025'
23- toolset : ' -T ClangCL'
24-
19+ exclude :
2520 - os : ' macos-13'
26- toolset : ' '
27-
28- # - os: 'macos-13'
29- # toolset: '-T ClangCL'
30- # default toolset on mac is already clang
31-
32- - os : ' ubuntu-24.04'
33- toolset : ' '
34-
35- - os : ' ubuntu-24.04'
3621 toolset : ' -T ClangCL'
22+ # Excluded because macos default toolset is already clang
3723
3824 steps :
3925 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments