From: Patrick Steinhardt Date: Thu, 21 May 2026 08:59:25 +0000 (+0200) Subject: gitlab-ci: update macOS image X-Git-Tag: v2.55.0-rc0~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62319b49bbe7e52df2cf90d8c4a5121112135784;p=thirdparty%2Fgit.git gitlab-ci: update macOS image The GitLab CI jobs for macOS are all using the macOS 15 images. While these images are not deprecated yet, there is a new image for macOS 26 generally available by now [1]. Switch two of our jobs to use the new image. The third job still continues to use the old image. This ensures broader test coverage until this old image gets deprecated. [1]: https://docs.gitlab.com/ci/runners/hosted_runners/macos/ Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c6777acf3..e0b9a0d82b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,10 +104,10 @@ test:osx: image: macos-15-xcode-16 CC: clang - jobname: osx-reftable - image: macos-15-xcode-16 + image: macos-26-xcode-26 CC: clang - jobname: osx-meson - image: macos-15-xcode-16 + image: macos-26-xcode-26 CC: clang artifacts: paths: