From 2e1a3782139e1286813f8183b2c7ec1f673f876d Mon Sep 17 00:00:00 2001 From: AlenaSviridenko Date: Tue, 4 May 2021 15:26:14 +0300 Subject: [PATCH 1/4] Removed Ubuntu 16.04 from README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b349f8930733..0b986c72d375 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ For general questions about using the virtual environments or writing your Actio | --------------------|---------------------|--------------------|---------------------| | Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` | [ubuntu-20.04] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu20&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu20&redirect=1) | Ubuntu 18.04 | `ubuntu-18.04` | [ubuntu-18.04] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu18&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu18&redirect=1) -| Ubuntu 16.04 | `ubuntu-16.04` | [ubuntu-16.04] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu16&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=ubuntu16&redirect=1) | | macOS 11.0 | `macos-11.0` | [macOS-11.0] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=macos-11.0&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=macos-11.0&redirect=1) | macOS 10.15 | `macos-latest` or `macos-10.15` | [macOS-10.15] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=macos-10.15&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=macos-10.15&redirect=1) | Windows Server 2019 | `windows-latest` or `windows-2019` | [windows-2019] | [![](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=windows-2019&badge=1)](https://actionvirtualenvironmentsstatus.azurewebsites.net/api/status?imageName=windows-2019&redirect=1) @@ -22,6 +21,10 @@ The macOS 11.0 virtual environment is currently provided as a private preview on The "macos-latest" YAML workflow label still uses the macOS 10.15 virtual environment. ``` +``` +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 issue https://github.com/actions/virtual-environments/issues/3287. +``` + ***What images are available for GitHub Actions and Azure DevOps?*** The availability of images for GitHub Actions and Azure DevOps is different. See documentation for more details: - [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources) From 4ea66e32cae194540639db9169af2cf2318faa3c Mon Sep 17 00:00:00 2001 From: AlenaSviridenko Date: Tue, 4 May 2021 15:27:58 +0300 Subject: [PATCH 2/4] Updated formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b986c72d375..b6727c1cab24 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ The "macos-latest" YAML workflow label still uses the macOS 10.15 virtual enviro ``` ``` -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 issue https://github.com/actions/virtual-environments/issues/3287. +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 issue +https://github.com/actions/virtual-environments/issues/3287. ``` ***What images are available for GitHub Actions and Azure DevOps?*** From 4dae4a00b8245e243d0f277e3d0ddead0f596559 Mon Sep 17 00:00:00 2001 From: AlenaSviridenko Date: Tue, 4 May 2021 15:28:45 +0300 Subject: [PATCH 3/4] removed link --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b6727c1cab24..c86160648bf0 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ The "macos-latest" YAML workflow label still uses the macOS 10.15 virtual enviro ``` ``` -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 issue -https://github.com/actions/virtual-environments/issues/3287. +Ubuntu 16.04 is being deprecated. If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. ``` ***What images are available for GitHub Actions and Azure DevOps?*** From 152518e9654715adb0c091c863c48b5a8e93486a Mon Sep 17 00:00:00 2001 From: AlenaSviridenko Date: Tue, 4 May 2021 15:55:46 +0300 Subject: [PATCH 4/4] updated message --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c86160648bf0..4c80ef28ada2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ The "macos-latest" YAML workflow label still uses the macOS 10.15 virtual enviro ``` ``` -Ubuntu 16.04 is being deprecated. If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. +Ubuntu 16.04 is being deprecated. It is not recommended for new users. +If any of your workflows use Ubuntu 16.04, migrate to Ubuntu 20.04 or 18.04. ``` ***What images are available for GitHub Actions and Azure DevOps?***