[circleci] Roll back msan/tsan ubuntu image

Job gets stuck at compiling with the newer image :(.
pull/4480/head
Behdad Esfahbod 1 year ago
parent 6ff0932722
commit 36f5e654a6
  1. 4
      .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

Loading…
Cancel
Save