forked from mpusz/mp-units
ci: Ubuntu 18.04 explicitly set for GCC 10.1.0 CI (ubuntu-latest was misleading)
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Ubuntu GCC 10.1.0",
|
name: "Ubuntu GCC 10.1.0",
|
||||||
os: ubuntu-latest,
|
os: ubuntu-18.04,
|
||||||
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }
|
compiler: { type: GCC, version: 10, cc: "gcc-10", cxx: "g++-10" }
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
Reference in New Issue
Block a user