From d0da0b7423a722db7280280de7be24a1c7a32bf7 Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Sat, 6 Dec 2025 09:42:54 +0100 Subject: [PATCH] Remove support for retired `macos-13` GitHub officially retired `macos-13` runners on Dec 4, 2025, as reported [here](https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/). This commit removes support for those runners in the `README.md` and from the CI/CD tests. --- .github/workflows/test.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d07569a..babb535 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, macos-15-intel] + os: [macos-15-intel] name: A job to perform a self-test on this Github Action steps: # To use this repository's private action, diff --git a/README.md b/README.md index e2f6f06..253cfa8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ I intend this action to be kept as simple as possible: ## Currently supported public runner images -- `macos-13` - `macos-15` - `macos-15-large` - `macos-15-intel`