From 0ba2313e518d895819dc8b167eb85cf4d88ca644 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:39:20 +0100 Subject: [PATCH] chore: update circleci to ubuntu-2204:2024.11.1 (latest) machine image --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 0c125e6b73..a9e6eab1c0 100644 --- a/circle.yml +++ b/circle.yml @@ -52,7 +52,7 @@ commands: jobs: check-factory-versions: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 steps: - checkout - expand-env-file @@ -146,7 +146,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 steps: - checkout - expand-env-file @@ -172,7 +172,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 parameters: target: type: string @@ -202,7 +202,7 @@ jobs: push: machine: - image: ubuntu-2204:2024.08.1 + image: ubuntu-2204:2024.11.1 parameters: target: type: string