ci: update to a reduced macos base image for jobs on tart runners

We have a new image that removes unnecessary macOS services and
leftover setup files.
This commit is contained in:
Brad King
2026-07-29 10:36:29 -04:00
parent d1cffecacd
commit 0abb5d7f99

View File

@@ -7,7 +7,7 @@
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci ext/$CI_CONCURRENT_ID"
.macos_tart:
image: "registry.hub.docker.com/kitware/macos-ci-images:macos-26-xcode-26.6-20260710"
image: "registry.hub.docker.com/kitware/macos-ci-images:macos-26-xcode-26.6-20260724"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake-ci"
TART_EXECUTOR_HOST_DIR: "false"