From b9d02e5f7e14d6b81c92037ee67d140a68f9867f Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Mon, 14 Mar 2022 12:04:39 +1100 Subject: [PATCH] Remove ubuntu-16.04 from the list of supported Ubuntu versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4206423..83e5a74 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The action works for all [GitHub-hosted runners](https://help.github.com/en/acti | Operating System | Recommended | Other Supported Versions | | ----------- | -------- | -------- | -| Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04`, `ubuntu-16.04` | +| Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04` | | macOS | `macos-latest` (= `macos-10.15`) | `macos-11.0` | | Windows | `windows-latest` (= `windows-2019`) | `windows-2022` |