ci: The same changes applied to "CMake Test Package CI" workflow

This commit is contained in:
Mateusz Pusz
2021-07-28 13:11:11 +02:00
parent 01912350d2
commit b2e98808c4

View File

@@ -48,13 +48,7 @@ jobs:
compiler: { type: VISUAL, version: 16, cc: "", cxx: "" }
}
- {
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"