forked from mpusz/mp-units
ci: GCC version fixed in a CI task name
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -44,8 +44,8 @@ jobs:
|
|||||||
compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" }
|
compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" }
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Ubuntu GCC 10.2",
|
name: "Ubuntu GCC 10.1.0",
|
||||||
os: ubuntu-latest,
|
os: ubuntu-20.04,
|
||||||
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }
|
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }
|
||||||
}
|
}
|
||||||
build_type: [ "Release", "Debug" ]
|
build_type: [ "Release", "Debug" ]
|
||||||
|
Reference in New Issue
Block a user