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>
This commit is contained in:
committed by
Junio C Hamano
parent
92999a42db
commit
e1b52cf71e
@@ -90,10 +90,10 @@ test:osx:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- jobname: osx-clang
|
- jobname: osx-clang
|
||||||
image: macos-13-xcode-14
|
image: macos-14-xcode-15
|
||||||
CC: clang
|
CC: clang
|
||||||
- jobname: osx-reftable
|
- jobname: osx-reftable
|
||||||
image: macos-13-xcode-14
|
image: macos-14-xcode-15
|
||||||
CC: clang
|
CC: clang
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user