Skip to content

Commit c47c37a

Browse files
committed
fix CI with exclude
1 parent 0a0b1bd commit c47c37a

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/cpp-ci-serial-programs.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)