Skip to content

Commit

Permalink
maint: Update ubuntu image in workflows to latest (#355)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Older ubuntu images used in our workflows are being marked as
deprecated. We need to update to newer ones.

## Short description of the changes
- Update workflows images to use `ubuntu-2204:2024.01.1` image
  • Loading branch information
MikeGoldsmith authored Mar 13, 2024
1 parent b45ccf0 commit 1e04050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test-modified-charts:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2024.01.1
environment:
K8S_VERSION: v1.23.13
steps:
Expand All @@ -26,7 +26,7 @@ jobs:

release-charts:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2024.01.1
steps:
- checkout
- run:
Expand Down

0 comments on commit 1e04050

Please sign in to comment.