mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
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>
This commit is contained in:
parent
bb5c624209
commit
73b9cdb7c4
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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…
x
Reference in New Issue
Block a user