ci: GCC version fixed in a CI task name

This commit is contained in:
Mateusz Pusz
2020-12-23 23:27:41 +01:00
parent 2b9e9f9780
commit 954482f452

View File

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