Skip to content

Commit e1b52cf

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92999a4 commit e1b52cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ test:osx:
9090
parallel:
9191
matrix:
9292
- jobname: osx-clang
93-
image: macos-13-xcode-14
93+
image: macos-14-xcode-15
9494
CC: clang
9595
- jobname: osx-reftable
96-
image: macos-13-xcode-14
96+
image: macos-14-xcode-15
9797
CC: clang
9898
artifacts:
9999
paths:

0 commit comments

Comments
 (0)