diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-04 15:13:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-04 19:50:10 -0800 |
| commit | 73b9cdb7c40a675a95758d678c5c7509f98172c8 (patch) | |
| tree | 2fbd721e58da2f5612de93df9aac2939aa2c9a6e | |
| parent | bb5c624209fcaebd60b9572b2cc8c61086e39b57 (diff) | |
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>
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml 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}} |
