From: Copilot Date: Fri, 12 Dec 2025 14:36:22 +0000 (+0200) Subject: ci : remove retired macOS-13 runners from CI (#1397) X-Git-Tag: upstream/0.9.4.395~25 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1c0fa1e77dc4118399666ee880df3bbb93d2e9b6;p=pkg%2Fggml%2Fsources%2Fggml ci : remove retired macOS-13 runners from CI (#1397) * Initial plan * Remove retired macOS-13 runner from CI build matrix Co-authored-by: ggerganov --------- Co-authored-by: copilot-swe-agent[bot] Co-authored-by: ggerganov --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12e1a25d..fff5523b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] libraries: [shared, static] runs-on: ${{ matrix.os }}