mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
ci: VS2019 configuration restored
This commit is contained in:
8
.github/workflows/ci-conan.yml
vendored
8
.github/workflows/ci-conan.yml
vendored
@@ -39,14 +39,14 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
name: "Windows MSVC-19.29",
|
name: "Windows VS 2019",
|
||||||
os: windows-2019,
|
os: windows-2019,
|
||||||
compiler: { type: MSVC, version: 19.29, std: 20 }
|
compiler: { type: VISUAL, version: 16, std: 20, cc: "cl", cxx: "cl" }
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Windows MSVC-19.30",
|
name: "Windows VS 2022",
|
||||||
os: windows-2022,
|
os: windows-2022,
|
||||||
compiler: { type: MSVC, version: 19.30, std: 23 }
|
compiler: { type: MSVC, version: 19.30, std: 23, cc: "cl", cxx: "cl" }
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Ubuntu GCC-10",
|
name: "Ubuntu GCC-10",
|
||||||
|
Reference in New Issue
Block a user