1 parent 10099de commit 05d2bfbCopy full SHA for 05d2bfb
1 file changed
.github/workflows/windows.yml
@@ -9,8 +9,8 @@ jobs:
9
matrix:
10
os: [windows-2022]
11
platform: [x64]
12
- build_type: [Release]
13
- standard: [20]
+ build_type: [Debug, Release]
+ standard: [23]
14
15
steps:
16
- name: Checkout Code
0 commit comments