|
21 | 21 | fail-fast: false
|
22 | 22 | matrix:
|
23 | 23 | 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 } |
26 | 26 | - { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Debug', build-shared-libs: 0 }
|
27 | 27 | - { toolset: msvc-14.3, os: windows-2022, generator: "Visual Studio 17 2022", cxxstd: '20', build-type: 'Release', build-shared-libs: 1 }
|
28 | 28 | env:
|
@@ -100,7 +100,7 @@ jobs:
|
100 | 100 | fail-fast: false
|
101 | 101 | matrix:
|
102 | 102 | include:
|
103 |
| - - { toolset: msvc-14.2, os: windows-2019 } |
| 103 | + #- { toolset: msvc-14.2, os: windows-2019 } |
104 | 104 | - { toolset: msvc-14.3, os: windows-2022 }
|
105 | 105 | env:
|
106 | 106 | OPENSSL_ROOT: "C:\\Program Files\\OpenSSL"
|
|
0 commit comments