Skip to content

Commit b2927ab

Browse files
committed
Disable C++17 on MSVC 2022 in Github CI.
1 parent 5d6d2f7 commit b2927ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
cxx_std: [17, 20, 23]
18+
cxx_std: [20, 23]
1919
os: [windows-2022]
2020

2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)