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:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user