From 0603b7304d21f6e8e11eabb73ad2951f093ae5fa Mon Sep 17 00:00:00 2001 From: meator Date: Wed, 14 Jan 2026 12:41:50 +0100 Subject: [PATCH] Remove deprecated macos-13 from CI https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4abcbde4..4b005b9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, macos-14, macos-15] + os: [macos-14, macos-15] runs-on: ${{ matrix.os }} needs: [upload-src] steps: