GitHub CI: macos-13 images are no more

As this image was deprecated on Sep 22nd, and will be dropped on Dec 4th, replace these jobs to use macos-14 images instead. Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Nov 4, 2025 at 15:13 UTC 73b9cdb7c40a675a95758d678c5c7509f98172c8
1 file changed +4 -4
.github/workflows/main.yml
+4 -4
index aa6bce673b..f2af90ad31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -313,16 +313,16 @@ jobs: vector: - jobname: osx-clang cc: clang - pool: macos-13 + pool: macos-14 - jobname: osx-reftable cc: clang - pool: macos-13 + pool: macos-14 - jobname: osx-gcc cc: gcc-13 - pool: macos-13 + pool: macos-14 - jobname: osx-meson cc: clang - pool: macos-13 + pool: macos-14 env: CC: ${{matrix.vector.cc}} CC_PACKAGE: ${{matrix.vector.cc_package}}