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:
Mateusz Pusz
2021-07-28 13:09:54 +02:00
parent d6673fe033
commit 01912350d2

View File

@@ -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"