Skip to content

Commit

Permalink
chore: update circleci to ubuntu-2204:2023.04.2 machine image (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 8, 2024
1 parent a14f4c7 commit b9a2290
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:2022.10.2
image: ubuntu-2204:2023.04.2
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:2022.10.2
image: ubuntu-2204:2023.04.2
steps:
- checkout
- expand-env-file
Expand All @@ -173,7 +173,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 @@ -203,7 +203,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 b9a2290

Please sign in to comment.