diff --git a/.circleci/config.yml b/.circleci/config.yml index a149b3610..9538f6cc6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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