[circleci] Roll back msan/tsan ubuntu image

Job gets stuck at compiling with the newer image :(.
This commit is contained in:
Behdad Esfahbod 2023-11-04 16:17:32 -06:00
parent 6ff0932722
commit 36f5e654a6

View file

@ -87,7 +87,7 @@ jobs:
tsan:
docker:
- image: ubuntu
- image: ubuntu:20.04
steps:
- checkout
- run: apt update || true
@ -99,7 +99,7 @@ jobs:
msan:
docker:
- image: ubuntu
- image: ubuntu:20.04
steps:
- checkout
- run: apt update || true