Skip to content

Commit

Permalink
chore: update circleci to ubuntu-2204:2024.05.1 (latest) machine image
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 17, 2024
1 parent ca06791 commit f17026e
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.01.1
image: ubuntu-2204:2024.05.1
steps:
- checkout
- expand-env-file
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
working_directory: factory/test-project
check-node-override-version:
machine:
image: ubuntu-2204:2024.01.1
image: ubuntu-2204:2024.05.1
steps:
- checkout
- expand-env-file
Expand All @@ -173,7 +173,7 @@ jobs:
working_directory: factory/test-project
test-image:
machine:
image: ubuntu-2204:2024.01.1
image: ubuntu-2204:2024.05.1
parameters:
target:
type: string
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

push:
machine:
image: ubuntu-2204:2024.01.1
image: ubuntu-2204:2024.05.1
parameters:
target:
type: string
Expand Down

0 comments on commit f17026e

Please sign in to comment.