mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 04:14:27 +02:00
ci: "Ubuntu GCC 10.1.0" removed and "10.2.0" renamed to "10.3.0"
"Ubuntu GCC 10.1.0" is no longer provided on `ubuntu-18.04` image
This commit is contained in:
8
.github/workflows/ci-conan.yml
vendored
8
.github/workflows/ci-conan.yml
vendored
@@ -44,13 +44,7 @@ jobs:
|
||||
compiler: { type: VISUAL, version: 16, cc: "cl", cxx: "cl" }
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu GCC 10.1.0",
|
||||
os: ubuntu-18.04,
|
||||
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" },
|
||||
lib: "libstdc++11"
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu GCC 10.2.0",
|
||||
name: "Ubuntu GCC 10.3.0",
|
||||
os: ubuntu-20.04,
|
||||
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" },
|
||||
lib: "libstdc++11"
|
||||
|
Reference in New Issue
Block a user