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