From 36f5e654a641824271f26c814705590bd45ffea0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 4 Nov 2023 16:17:32 -0600 Subject: [PATCH] [circleci] Roll back msan/tsan ubuntu image Job gets stuck at compiling with the newer image :(. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9538f6cc6..86d0e3b51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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