Skip to content

Commit 3afad3d

Browse files
pks-tgitster
authored andcommitted
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>
1 parent f1d734b commit 3afad3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ test:osx:
101101
parallel:
102102
matrix:
103103
- jobname: osx-clang
104-
image: macos-14-xcode-15
104+
image: macos-15-xcode-16
105105
CC: clang
106106
- jobname: osx-reftable
107-
image: macos-14-xcode-15
107+
image: macos-15-xcode-16
108108
CC: clang
109109
- jobname: osx-meson
110-
image: macos-14-xcode-15
110+
image: macos-15-xcode-16
111111
CC: clang
112112
artifacts:
113113
paths:

0 commit comments

Comments
 (0)