Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 719230b

Browse files
maint: Update ubuntu image in workflows to latest (#183)
## 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
1 parent 18b24b8 commit 719230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
smoke_test:
8989
machine:
90-
image: ubuntu-2004:2023.04.2
90+
image: ubuntu-2204:2024.01.1
9191
steps:
9292
- checkout
9393
- attach_workspace:

0 commit comments

Comments
 (0)