From 50bd20abb215c1fa3cc5d05c470be44fa7b4b42e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 24 Aug 2026 10:54:36 +0200 Subject: [PATCH] circleci: bump images to their latest revision Ref: https://circleci.com/developer/images?imageType=machine Closes #22655 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04730458ad..2f16bebe3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,7 +114,7 @@ commands: executors: ubuntu: machine: - image: ubuntu-2204:2025.09.1 + image: ubuntu-2204:2026.05.1 jobs: basic: @@ -157,7 +157,7 @@ jobs: arm: machine: - image: ubuntu-2204:2025.09.1 + image: ubuntu-2204:2026.05.1 resource_class: arm.medium steps: - checkout @@ -168,7 +168,7 @@ jobs: arm-cares: machine: - image: ubuntu-2204:2025.09.1 + image: ubuntu-2204:2026.05.1 resource_class: arm.medium steps: - checkout