We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc55b7 commit 0c6cf69Copy full SHA for 0c6cf69
1 file changed
.github/workflows/windows.yml
@@ -106,7 +106,7 @@ jobs:
106
fail-fast: true
107
matrix:
108
build_type: [Release, Debug]
109
- msvc: [VS-17-2022]
+ msvc: [VS-17-2022, VS-18-2026]
110
sys: [mingw64]
111
lib: [shared, static]
112
components: [minimal, lgpl, gpl]
@@ -121,8 +121,12 @@ jobs:
121
system: Win64
122
- msvc: VS-17-2022
123
generator: "Visual Studio 17 2022"
124
- os: windows-2025
+ os: windows-2022
125
marker: vc17
126
+ - msvc: VS-18-2026
127
+ generator: "Visual Studio 18 2026"
128
+ os: windows-2025-vs2026
129
+ marker: vc18
130
131
steps:
132
- uses: actions/checkout@v6
0 commit comments