cirrus: use Clang 11 instead of 10 on Linux
This fixes the CI failure where clang could not find <compare>. Removing the include would not be enough, there are some other failures. Debian Stable ships Clang 11 so this seems accessible enough.
This commit is contained in:
parent
1479bf6f08
commit
e52f64229a
|
@ -22,7 +22,7 @@ linux_task:
|
|||
matrix:
|
||||
- name: linux_clang
|
||||
container:
|
||||
image: silkeh/clang:10
|
||||
image: silkeh/clang:11
|
||||
env:
|
||||
CXX: clang++
|
||||
- name: linux_gcc
|
||||
|
|
Loading…
Reference in New Issue
Block a user