aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2026-03-05 12:20:23 +0100
committerJunio C Hamano <gitster@pobox.com>2026-03-05 11:19:56 -0800
commit3afad3d8ae3ca59dea450ba96afa2d7ccaabab99 (patch)
tree0bfca09f97ac25a260ff48327b1d4cb802fddc95
parentf1d734bf25570e3355c3c147e71e075a2f8f98f2 (diff)
downloadgit-3afad3d8ae3ca59dea450ba96afa2d7ccaabab99.tar.xz
gitlab-ci: update to macOS 15 images
The macos-14-xcode-15 images for GitLab's macOS runners have been deprecated. Update to macOS 15, which is our current stable version. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b419a84e2c..53ebf806ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,13 +101,13 @@ test:osx:
parallel:
matrix:
- jobname: osx-clang
- image: macos-14-xcode-15
+ image: macos-15-xcode-16
CC: clang
- jobname: osx-reftable
- image: macos-14-xcode-15
+ image: macos-15-xcode-16
CC: clang
- jobname: osx-meson
- image: macos-14-xcode-15
+ image: macos-15-xcode-16
CC: clang
artifacts:
paths: