From: Viktor Szakats Date: Sat, 15 Nov 2025 23:18:31 +0000 (+0100) Subject: CI: bump Circle CI jobs to Ubuntu 22.04 runners for OpenSSL 3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ba10a790a39dd48536c38e1d4569ab9fac537a1;p=thirdparty%2Fcurl.git CI: bump Circle CI jobs to Ubuntu 22.04 runners for OpenSSL 3 Ref: https://packages.ubuntu.com/jammy/libssl-dev Follow-up to 69c89bf3d3137fcbb2b8bc57233182adcf1e2817 #18330 Closes #19546 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 63eae308c4..8e015bf7e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,7 +118,7 @@ commands: executors: ubuntu: machine: - image: ubuntu-2004:2024.01.1 + image: ubuntu-2204:2025.09.1 jobs: basic: @@ -161,7 +161,7 @@ jobs: arm: machine: - image: ubuntu-2004:2024.01.1 + image: ubuntu-2204:2025.09.1 resource_class: arm.medium steps: - checkout @@ -172,7 +172,7 @@ jobs: arm-cares: machine: - image: ubuntu-2004:2024.01.1 + image: ubuntu-2204:2025.09.1 resource_class: arm.medium steps: - checkout