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>main
parent
bb5c624209
commit
73b9cdb7c4
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue