[circleci] Roll images

This commit is contained in:
Behdad Esfahbod 2023-11-04 15:33:32 -06:00
parent 7ee7e2e340
commit 6ff0932722

View file

@ -3,13 +3,13 @@ version: 2.1
executors:
win32-executor:
docker:
- image: cimg/base:edge-20.04
- image: cimg/base:2023.10
win64-executor:
docker:
- image: cimg/base:edge-20.04
- image: cimg/base:2023.10
autotools-executor:
docker:
- image: cimg/base:edge-20.04
- image: cimg/base:2023.10
jobs:
@ -75,7 +75,7 @@ jobs:
asan-ubsan:
docker:
- image: ubuntu:20.04
- image: ubuntu
steps:
- checkout
- run: apt update || true
@ -87,7 +87,7 @@ jobs:
tsan:
docker:
- image: ubuntu:20.04
- image: ubuntu
steps:
- checkout
- run: apt update || true
@ -99,7 +99,7 @@ jobs:
msan:
docker:
- image: ubuntu:20.04
- image: ubuntu
steps:
- checkout
- run: apt update || true
@ -112,7 +112,7 @@ jobs:
clang-cxx2a:
docker:
- image: ubuntu:20.04
- image: ubuntu
steps:
- checkout
- run: apt update || true