Skip to content

Commit 9afc699

Browse files
committed
Add new job in CI for MSVC to test C++26 support.
1 parent bd11787 commit 9afc699

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci_windows_msvc.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,22 @@ jobs:
110110
architecture: "x64",
111111
cxx_standard: 23
112112
}
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+
os: windows-2025,
124+
build_type: Debug,
125+
generator: "Visual Studio 17 2022",
126+
architecture: "x64",
127+
cxx_standard: 26
128+
}
113129
steps:
114130
- uses: actions/checkout@v3
115131
- name: Build project

0 commit comments

Comments
 (0)