From 418788bf56d2e68636ae45f65965f02eaed28ead Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:40:51 +0400 Subject: [PATCH] Add deprecation label for macOS-10.15 (#29171) * Add deprecation label for macOS-10.15 * Add a link to the blogpost * Update data/reusables/actions/supported-github-runners.md * Update supported-github-runners.md Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/reusables/actions/supported-github-runners.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 15a6e8b73b..568d13a73f 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -78,12 +78,13 @@ The macos-latest label currently uses the macOS 11 runner image. -macOS Catalina 10.15 +macOS Catalina 10.15 [deprecated] macos-10.15 +Migrate to `macOS-11` or `macOS-12`. For more information, see this [GitHub blog post](https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/).