Skip to content

Commit

Permalink
chore: update circleci to ubuntu-2204:2023.04.2 machine image
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 5, 2024
1 parent 5322a16 commit eb31af9
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 @@ -48,7 +48,7 @@ commands:
jobs:
check-factory-versions:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.04.2
steps:
- checkout
- expand-env-file
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
working_directory: factory/test-project
check-node-override-version:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.04.2
steps:
- checkout
- expand-env-file
Expand All @@ -169,7 +169,7 @@ jobs:
working_directory: factory/test-project
test-image:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.04.2
parameters:
target:
type: string
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

push:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.04.2
parameters:
target:
type: string
Expand Down

0 comments on commit eb31af9

Please sign in to comment.