]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitlab-ci: update macOS image
authorPatrick Steinhardt <ps@pks.im>
Thu, 21 May 2026 08:59:25 +0000 (10:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:31:38 +0000 (22:31 +0900)
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 <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitlab-ci.yml

index 1c6777acf3797707e620c52ffb23783533a88d73..e0b9a0d82b684f2340100d84a4b1db745cbb4c29 100644 (file)
@@ -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: