From b9a22904e9ece6a7081e46cb18c79a2d5f73b881 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:36:55 +0200 Subject: [PATCH] chore: update circleci to ubuntu-2204:2023.04.2 machine image (#1147) --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index b1984de121..32008cb8da 100644 --- a/circle.yml +++ b/circle.yml @@ -52,7 +52,7 @@ commands: jobs: check-factory-versions: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2023.04.2 steps: - checkout - expand-env-file @@ -147,7 +147,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2023.04.2 steps: - checkout - expand-env-file @@ -173,7 +173,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2023.04.2 parameters: target: type: string @@ -203,7 +203,7 @@ jobs: push: machine: - image: ubuntu-2204:2022.10.2 + image: ubuntu-2204:2023.04.2 parameters: target: type: string