Skip to content

Commit 73b9cdb

Browse files
committed
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>
1 parent bb5c624 commit 73b9cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,16 @@ jobs:
313313
vector:
314314
- jobname: osx-clang
315315
cc: clang
316-
pool: macos-13
316+
pool: macos-14
317317
- jobname: osx-reftable
318318
cc: clang
319-
pool: macos-13
319+
pool: macos-14
320320
- jobname: osx-gcc
321321
cc: gcc-13
322-
pool: macos-13
322+
pool: macos-14
323323
- jobname: osx-meson
324324
cc: clang
325-
pool: macos-13
325+
pool: macos-14
326326
env:
327327
CC: ${{matrix.vector.cc}}
328328
CC_PACKAGE: ${{matrix.vector.cc_package}}

0 commit comments

Comments
 (0)