From: Dan Fandrich Date: Fri, 16 Feb 2024 00:04:40 +0000 (-0800) Subject: CI: Bump the Circle CI base Ubuntu image to the latest 20.04 X-Git-Tag: curl-8_7_0~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30f1cb255b21417aa52db9654b0aab57619e13da;p=thirdparty%2Fcurl.git CI: Bump the Circle CI base Ubuntu image to the latest 20.04 The previous ones are going to be removed soon, plus the new ones include all the fixes since then. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e343ae17e1..9fc6127a1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,7 +246,7 @@ commands: executors: ubuntu: machine: - image: ubuntu-2004:202010-01 + image: ubuntu-2004:2024.01.1 jobs: basic: @@ -307,7 +307,7 @@ jobs: arm: machine: - image: ubuntu-2004:202101-01 + image: ubuntu-2004:2024.01.1 resource_class: arm.medium steps: - checkout @@ -318,7 +318,7 @@ jobs: arm-cares: machine: - image: ubuntu-2004:202101-01 + image: ubuntu-2004:2024.01.1 resource_class: arm.medium steps: - checkout