From 68d1af436ae7868a8c826305371c0cfb688a8e76 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 4 May 2022 13:55:49 +0200 Subject: [PATCH] .circleci/config.yml: use supported machine image (#2909) Signed-off-by: Simon Pasquier Signed-off-by: Yijie Qin --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79bdb6f211..d9596d2469 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,8 @@ jobs: # We need to use a machine executor because the front-end validation runs # containers with mounted volumes which isn't supported with the docker # executor (even with setup_remote_docker). - machine: true + machine: + image: ubuntu-2004:202201-02 steps: - checkout - run: sudo service docker restart