Skip to content

Commit 3a8c65b

Browse files
committed
Only use clang on windows
1 parent 0455455 commit 3a8c65b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [windows-2025, macos-13, ubuntu-24.04]
13-
toolset: ['', '-T ClangCL']
13+
toolset: ['']
1414
qt_version: ['6.9.0']
1515
include:
1616
- qt_version: '6.9.0'
1717
qt_version_major: '6'
1818
qt_modules: 'qtmultimedia qtserialport'
19-
exclude:
20-
- os: 'macos-13'
19+
20+
- os: 'windows-2025'
2121
toolset: '-T ClangCL'
22-
# Excluded because macos default toolset is already clang
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)