From 5b9ea8befc86bb0b04a07a6fb398f61c640e62b3 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 13 Jan 2025 10:24:35 +0100 Subject: [PATCH] fix: update CI to use a new version of the Ubuntu image as the old one has been deprecated by CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d39f010f21..d9b1668b2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -169,7 +169,7 @@ jobs: machine: enabled: true docker_layer_caching: true - image: ubuntu-2004:202107-02 + image: ubuntu-2204:current steps: - attach_workspace: at: /tmp/workspace