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

Remove official support for VS 2019.

This commit is contained in:
Zach Laine
2024-10-03 17:43:25 -05:00
parent 23017af526
commit 41fb3997ba
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -270,7 +270,7 @@ _Parser_ requires C++17 or later. It is known to work with these compilers:
* GCC 9 and later
* Clang 11 and later (and XCode 10.3 and later)
* Visual Studio 2019 and later
* Visual Studio 2022 and later
[heading C++20 Support]