From 28cb5b9ba3e1fc093a0cca74636cf5baa31df087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20R=C4=99bacz?= Date: Tue, 1 Jul 2025 22:16:42 +0200 Subject: [PATCH] Bump images for CircleCI (#288) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75004cf56..bd3a87535 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: build-linux: docker: - - image: cimg/base:2025.02 + - image: cimg/base:2025.06 resource_class: large environment: NUMBER_OF_CPUS: 4 @@ -16,7 +16,7 @@ jobs: - run: make -f umkMakefile -j ${NUMBER_OF_CPUS} build-mac: macos: - xcode: 16.2.0 + xcode: 16.4.0 environment: NUMBER_OF_CPUS: 4 steps: