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>
Patrick Steinhardt committed
Mar 5, 2026 at 12:20 UTC
3afad3d8ae3ca59dea450ba96afa2d7ccaabab99
1 file changed
+3
-3
.gitlab-ci.yml
+3
-3
@@ -101,13 +101,13 @@ test:osx:
101
parallel:
102
matrix:
103
- jobname: osx-clang
104
- image: macos-14-xcode-15
104
+ image: macos-15-xcode-16
105
CC: clang
106
- jobname: osx-reftable
107
- image: macos-14-xcode-15
107
+ image: macos-15-xcode-16
108
CC: clang
109
- jobname: osx-meson
110
- image: macos-14-xcode-15
110
+ image: macos-15-xcode-16
111
CC: clang
112
artifacts:
113
paths: