From a97632029f1b4d84efa5ea75420e9c0ffb41cf77 Mon Sep 17 00:00:00 2001 From: Graham Knapp <32717635+dancergraham@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:29:14 +0200 Subject: [PATCH] Remove macos 13 runner https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1af651..e463814 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -172,8 +172,6 @@ jobs: strategy: matrix: platform: - - runner: macos-13 - target: x86_64 - runner: macos-14 target: aarch64 steps: