feat(Cmake/Compiler): deprecated clang6 and gcc 7 (#5671)

This commit is contained in:
Kargatum
2021-05-17 06:50:03 +07:00
committed by GitHub
parent ea2e606b13
commit d0a259d6ee
6 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ jobs:
modules: without
extra_logs: false
- os: ubuntu-18.04
compiler: clang # default in 18.04 is clang 6
compiler: clang7
modules: without
extra_logs: false
- os: ubuntu-18.04