.circleci/config.yml: use supported machine image (#2909)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2022-05-04 13:55:49 +02:00 committed by GitHub
parent 8424947669
commit 23f961ec6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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