Skip to content

Commit 963ae8d

Browse files
committed
Disables msvc-14.2 builds
1 parent fe4ba64 commit 963ae8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Debug', build-shared-libs: 1 }
25-
- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Release', build-shared-libs: 0 }
24+
#- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Debug', build-shared-libs: 1 }
25+
#- { toolset: msvc-14.2, os: windows-2019, generator: "Visual Studio 16 2019", cxxstd: '17', build-type: 'Release', build-shared-libs: 0 }
2626
- { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Debug', build-shared-libs: 0 }
2727
- { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Release', build-shared-libs: 1 }
2828
env:
@@ -100,7 +100,7 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
include:
103-
- { toolset: msvc-14.2, os: windows-2019 }
103+
#- { toolset: msvc-14.2, os: windows-2019 }
104104
- { toolset: msvc-14.3, os: windows-2022 }
105105
env:
106106
OPENSSL_ROOT: "C:\\Program Files\\OpenSSL"

0 commit comments

Comments
 (0)