File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ commands:
5252jobs :
5353 lint :
5454 machine :
55- image : ubuntu-2204:2024.11 .1
55+ image : ubuntu-2404:2025.09 .1
5656 steps :
5757 - checkout
5858 - run : npm ci
5959 - run : npm run lint
6060 - run : npm run format:check
6161 check-factory-versions :
6262 machine :
63- image : ubuntu-2204:2024.11 .1
63+ image : ubuntu-2404:2025.09 .1
6464 steps :
6565 - checkout
6666 - expand-env-file
@@ -154,7 +154,7 @@ jobs:
154154 working_directory : factory/test-project
155155 check-node-override-version :
156156 machine :
157- image : ubuntu-2204:2024.11 .1
157+ image : ubuntu-2404:2025.09 .1
158158 steps :
159159 - checkout
160160 - expand-env-file
@@ -180,7 +180,7 @@ jobs:
180180 working_directory : factory/test-project
181181 test-image :
182182 machine :
183- image : ubuntu-2204:2024.11 .1
183+ image : ubuntu-2404:2025.09 .1
184184 parameters :
185185 target :
186186 type : string
@@ -210,7 +210,7 @@ jobs:
210210
211211 push :
212212 machine :
213- image : ubuntu-2204:2024.11 .1
213+ image : ubuntu-2404:2025.09 .1
214214 parameters :
215215 target :
216216 type : string
You can’t perform that action at this time.
0 commit comments