Commit 87c016a09e09924ac0c3c516cc6b3196c46ca9f3

Azat Khuzhin 2022-07-12T08:03:36

ci: use ubuntu 22.04 with clang 11 for sanitizers build There are periodically some heap-use-after-free reported in ratelim tests by TSan, which I cannot reproduce locally and even on CI it is flaky. Let's try to use recent clang, maybe it fixes some issues in sanitizers. Refs: #1206