2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Disable C++17 on MSVC 2022 in Github CI.

This commit is contained in:
Zach Laine
2025-07-26 20:17:56 -05:00
parent 5d6d2f7b84
commit b2927abc6c

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cxx_std: [17, 20, 23]
cxx_std: [20, 23]
os: [windows-2022]
runs-on: ${{ matrix.os }}