From 3da8b9c55f3757f9db8cb1a07a9d5954e1d75d01 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:33:41 +0200 Subject: [PATCH] ci: update circleci to ubuntu-2404:2025.09.1 (latest) machine image --- circle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 39a38ecab6..3427ecb462 100644 --- a/circle.yml +++ b/circle.yml @@ -52,7 +52,7 @@ commands: jobs: lint: machine: - image: ubuntu-2204:2024.11.1 + image: ubuntu-2404:2025.09.1 steps: - checkout - run: npm ci @@ -60,7 +60,7 @@ jobs: - run: npm run format:check check-factory-versions: machine: - image: ubuntu-2204:2024.11.1 + image: ubuntu-2404:2025.09.1 steps: - checkout - expand-env-file @@ -154,7 +154,7 @@ jobs: working_directory: factory/test-project check-node-override-version: machine: - image: ubuntu-2204:2024.11.1 + image: ubuntu-2404:2025.09.1 steps: - checkout - expand-env-file @@ -180,7 +180,7 @@ jobs: working_directory: factory/test-project test-image: machine: - image: ubuntu-2204:2024.11.1 + image: ubuntu-2404:2025.09.1 parameters: target: type: string @@ -210,7 +210,7 @@ jobs: push: machine: - image: ubuntu-2204:2024.11.1 + image: ubuntu-2404:2025.09.1 parameters: target: type: string