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