]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: Bump the Circle CI base Ubuntu image to the latest 20.04
authorDan Fandrich <dan@coneharvesters.com>
Fri, 16 Feb 2024 00:04:40 +0000 (16:04 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 16 Feb 2024 00:05:47 +0000 (16:05 -0800)
The previous ones are going to be removed soon, plus the new ones
include all the fixes since then.

.circleci/config.yml

index e343ae17e1d91a5370ed1a20b448287e79bad2c0..9fc6127a1d9a019b1621afc8bd65ca15d019f544 100644 (file)
@@ -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