Skip to content

Commit 1aec96a

Browse files
[2022-12-01]: GitHub Actions: Ubuntu 22.04 as Latest Server Image (github#32634)
Co-authored-by: Lucas Costi <[email protected]>
1 parent f76864b commit 1aec96a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/reusables/actions/supported-github-runners.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ Windows Server 2019
3333
Ubuntu 22.04
3434
</td>
3535
<td>
36-
<code>ubuntu-22.04</code>
36+
<code>ubuntu-latest</code> or <code>ubuntu-22.04</code>
3737
</td>
3838
<td>
39+
The <code>ubuntu-latest</code> label currently uses the Ubuntu 22.04 runner image.
3940
</td>
4041
</tr>
4142
<tr>
4243
<td>
4344
Ubuntu 20.04
4445
</td>
4546
<td>
46-
<code>ubuntu-latest</code> or <code>ubuntu-20.04</code>
47+
<code>ubuntu-20.04</code>
4748
</td>
4849
<td>
49-
The <code>ubuntu-latest</code> 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 <a href="https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/">this {% data variables.product.prodname_dotcom %} blog post</a>.
5050
</rd>
5151
</tr>
5252
<tr>

0 commit comments

Comments
 (0)