1
0
mirror of synced 2025-12-30 03:01:36 -05:00

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>
This commit is contained in:
Mikhail Timofeev
2022-07-21 14:40:51 +04:00
committed by GitHub
parent 73b085ef8e
commit 418788bf56

View File

@@ -78,12 +78,13 @@ The <code>macos-latest</code> label currently uses the macOS 11 runner image.
</tr>
<tr>
<td>
macOS Catalina 10.15
macOS Catalina 10.15 <sup>[deprecated]</sup>
</td>
<td>
<code>macos-10.15</code>
</td>
<td>
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/).
</td>
</tr>
</tbody>