From 719230bff9222c906126a466e9b86191d1a870fd Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Wed, 13 Mar 2024 22:41:57 +0000 Subject: [PATCH] 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 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cc8b219..b18d779 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,7 +87,7 @@ jobs: smoke_test: machine: - image: ubuntu-2004:2023.04.2 + image: ubuntu-2204:2024.01.1 steps: - checkout - attach_workspace: