fix(CI): replace clang-9 with clang-8 (#5877)

This commit is contained in:
Francesco Borzì
2021-05-16 02:25:29 +02:00
committed by GitHub
parent 067c675f3e
commit 8168f9aea0
3 changed files with 13 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
modules: without
extra_logs: false
- os: ubuntu-20.04
compiler: clang9
compiler: clang8
modules: without
extra_logs: false
- os: ubuntu-18.04