diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 11de0a9d..87b70a01 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 }} diff --git a/doc/parser.qbk b/doc/parser.qbk index 1253c947..d732fe97 100644 --- a/doc/parser.qbk +++ b/doc/parser.qbk @@ -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]