ci: clang11 is too new to install it

without adding a new ppa
This commit is contained in:
ToruNiina
2021-05-14 18:25:29 +09:00
parent 798856946f
commit 287be5a575

View File

@@ -47,7 +47,7 @@ jobs:
runs-on: Ubuntu-18.04
strategy:
matrix:
compiler: ['11', '10', '9', '8', '7', '6.0', '5.0', '4.0', '3.9']
compiler: ['10', '9', '8', '7', '6.0', '5.0', '4.0', '3.9']
standard: ['11', '14', '17', '20']
exclude:
- {compiler: '3.9', standard: '17'}