Skip to content

Commit

Permalink
maint: Update ubuntu image in workflows to latest (#183)
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 18b24b8 commit 719230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

smoke_test:
machine:
image: ubuntu-2004:2023.04.2
image: ubuntu-2204:2024.01.1
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 719230b

Please sign in to comment.