Skip to content

Commit 57d7e79

Browse files
authored
Merge pull request #5987 from github/repo-sync
repo sync
2 parents d39e9b3 + 71e151d commit 57d7e79

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ You can create a matrix to run workflows on more than one runner operating syste
10191019
runs-on: ${{ matrix.os }}
10201020
strategy:
10211021
matrix:
1022-
os: [ubuntu-16.04, ubuntu-18.04]
1022+
os: [ubuntu-18.04, ubuntu-20.04]
10231023
node: [10, 12, 14]
10241024
steps:
10251025
- uses: actions/setup-node@v2

content/actions/using-github-hosted-runners/about-github-hosted-runners.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ For the overall list of included tools for each runner operating system, see the
7777

7878
* [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md)
7979
* [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md)
80-
* [Ubuntu 16.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1604-README.md)
8180
* [Windows Server 2019](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md)
8281
* [Windows Server 2016](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2016-Readme.md)
8382
* [macOS 11.0](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0-Readme.md)
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
{% warning %}
2+
3+
**Warning**: Ubuntu 16.04 is being deprecated. If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. For more information, see [the blog post](https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021).
4+
5+
{% endwarning %}
6+
17
| Virtual environment | YAML workflow label |
28
| --------------------|---------------------|
39
| Windows Server 2019 | `windows-latest` or `windows-2019` |
410
| Windows Server 2016 | `windows-2016` |
511
| Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` |
612
| Ubuntu 18.04 | `ubuntu-18.04` |
7-
| Ubuntu 16.04 | `ubuntu-16.04` |
813
| macOS Big Sur 11.0 | `macos-11.0` |
914
| macOS Catalina 10.15 | `macos-latest` or `macos-10.15` |

0 commit comments

Comments
 (0)