We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37976f6 commit 7276e9aCopy full SHA for 7276e9a
1 file changed
.github/workflows/CI-windows.yml
@@ -24,7 +24,7 @@ jobs:
24
build_qt:
25
strategy:
26
matrix:
27
- os: [windows-2022, windows-2025]
+ os: [windows-2022, windows-2025, windows-2025-vs2026]
28
qt_ver: [6.10.0]
29
fail-fast: false
30
@@ -74,7 +74,7 @@ jobs:
74
build_cmake_cxxstd:
75
76
77
78
cxxstd: [14, 17, 20]
79
80
@@ -143,7 +143,7 @@ jobs:
143
build:
144
145
146
147
config: [debug, release]
148
149
0 commit comments