From ef8d6ee7f710fff9bdaf69c6bb3660fa4d3a8958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Sat, 5 Feb 2022 15:38:29 +0100 Subject: [PATCH] Remove VS 2017 as GitHub Actions compiler VS 2017 doesn't fully support C++17 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 415dbb480..7a4248ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: platform: - - { name: Windows VS2017, os: windows-2016 } - { name: Windows VS2019, os: windows-2019 } - { name: Windows VS2022, os: windows-2022 } - { name: Linux GCC, os: ubuntu-latest }