Skip to content

Commit

Permalink
chore: update circleci to ubuntu-2204:2024.11.1 (latest) machine image
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 30, 2024
1 parent 4a5e167 commit 7366408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

push:
machine:
image: ubuntu-2204:2024.08.1
image: ubuntu-2204:2024.11.1
parameters:
target:
type: string
Expand Down

0 comments on commit 7366408

Please sign in to comment.