From 963ae8d145cb6938340f2b612aa8633e8975b10e Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Wed, 2 Jul 2025 13:09:58 +0200 Subject: [PATCH] Disables msvc-14.2 builds --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42274fb9..e5fe055a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: fail-fast: false matrix: include: - - { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Debug', build-shared-libs: 1 } - - { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Release', build-shared-libs: 0 } + #- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Debug', build-shared-libs: 1 } + #- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Release', build-shared-libs: 0 } - { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Debug', build-shared-libs: 0 } - { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Release', build-shared-libs: 1 } env: @@ -100,7 +100,7 @@ jobs: fail-fast: false matrix: include: - - { toolset: msvc-14.2, os: windows-2019 } + #- { toolset: msvc-14.2, os: windows-2019 } - { toolset: msvc-14.3, os: windows-2022 } env: OPENSSL_ROOT: "C:\\Program Files\\OpenSSL"