summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2024-12-12 07:47:14 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-12 08:57:20 +0100
commite1b52cf71ee740b128c7b08ccd4372dedf7741cc (patch)
treec126ba7282c9c6a960df29dfe50abccb5a1b5d48 /.gitlab-ci.yml
parentGit 2.47.1 (diff)
downloadgit-e1b52cf71ee740b128c7b08ccd4372dedf7741cc.tar.xz
git-e1b52cf71ee740b128c7b08ccd4372dedf7741cc.zip
gitlab-ci: update macOS images to Sonoma
The macOS Ventura images we use for GitLab CI runners have been deprecated. Update them to macOS 14, aka Sonoma. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4abfbc3e20..d4709aaef6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,10 +90,10 @@ test:osx:
parallel:
matrix:
- jobname: osx-clang
- image: macos-13-xcode-14
+ image: macos-14-xcode-15
CC: clang
- jobname: osx-reftable
- image: macos-13-xcode-14
+ image: macos-14-xcode-15
CC: clang
artifacts:
paths: