ci: Conan MSVC 14.2 support fixed

This commit is contained in:
Mateusz Pusz
2021-12-13 09:28:33 +01:00
parent 511280d250
commit eb94f1cc0e

View File

@@ -41,7 +41,7 @@ jobs:
- {
name: "Windows MSVC 14.2",
os: windows-2019,
compiler: { type: MSVC, version: 192, std: 20, cc: "cl", cxx: "cl" }
compiler: { type: VISUAL, version: 16, std: 20, cc: "cl", cxx: "cl" }
}
- {
name: "Windows MSVC 14.3",