From 1aec96ae4a31ecdb0cd19c45ee244b89a97229c4 Mon Sep 17 00:00:00 2001 From: Siara <108543037+SiaraMist@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:07:23 -0800 Subject: [PATCH] [2022-12-01]: GitHub Actions: Ubuntu 22.04 as Latest Server Image (#32634) Co-authored-by: Lucas Costi --- data/reusables/actions/supported-github-runners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 2599a33141ea..333bd0ae53f5 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -33,9 +33,10 @@ Windows Server 2019 Ubuntu 22.04 -ubuntu-22.04 +ubuntu-latest or ubuntu-22.04 +The ubuntu-latest label currently uses the Ubuntu 22.04 runner image. @@ -43,10 +44,9 @@ Ubuntu 22.04 Ubuntu 20.04 -ubuntu-latest or ubuntu-20.04 +ubuntu-20.04 -The ubuntu-latest label is currently transitioning to the Ubuntu 22.04 runner image. During the transition, the label might refer to the runner image for either Ubuntu 20.04 or 22.04. For more information, see this {% data variables.product.prodname_dotcom %} blog post.