mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 05:04:27 +02:00
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" }
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu GCC 10.2",
|
||||
os: ubuntu-latest,
|
||||
name: "Ubuntu GCC 10.1.0",
|
||||
os: ubuntu-20.04,
|
||||
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }
|
||||
}
|
||||
build_type: [ "Release", "Debug" ]
|
||||
|
Reference in New Issue
Block a user