From 41fb3997ba05d7286a124dd5acfc91bf09377014 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Thu, 3 Oct 2024 17:43:25 -0500 Subject: [PATCH] Remove official support for VS 2019. --- .github/workflows/windows.yml | 2 +- doc/parser.qbk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]