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:
Johannes Altmanninger 2023-03-05 16:47:48 +01:00
parent 1479bf6f08
commit e52f64229a

View File

@ -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