Bump images for CircleCI (#288)

This commit is contained in:
Zbigniew Rębacz 2025-07-01 22:16:42 +02:00 committed by GitHub
parent c0c5c293a9
commit 28cb5b9ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: