git · GitHub

Commit 62319b4

pks-tgitster

authored and

committed

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 <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>

1 file changed

Lines changed: 2 additions & 2 deletions

Lines changed: 2 additions & 2 deletions

Original file line numberDiff line numberDiff line change

@@ -104,10 +104,10 @@ test:osx:

104104

image: macos-15-xcode-16

105105

CC: clang

106106

- jobname: osx-reftable

107-

image: macos-15-xcode-16

107+

image: macos-26-xcode-26

108108

CC: clang

109109

- jobname: osx-meson

110-

image: macos-15-xcode-16

110+

image: macos-26-xcode-26

111111

CC: clang

112112

artifacts:

113113

paths:

Read the original on github.com ↗