We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd11787 commit 9afc699Copy full SHA for 9afc699
.github/workflows/ci_windows_msvc.yml
@@ -110,6 +110,22 @@ jobs:
110
architecture: "x64",
111
cxx_standard: 23
112
}
113
+ - {
114
+ name: "Windows 2025 MSVC 2022 Win32 C++26",
115
+ os: windows-2025,
116
+ build_type: Debug,
117
+ generator: "Visual Studio 17 2022",
118
+ architecture: "Win32",
119
+ cxx_standard: 26
120
+ }
121
122
+ name: "Windows 2025 MSVC 2022 x64 C++26",
123
124
125
126
+ architecture: "x64",
127
128
129
steps:
130
- uses: actions/checkout@v3
131
- name: Build project
0 commit comments