From 6b42ea1676602f31267ebd3466784cd813863ef7 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 1 May 2021 22:10:56 +0900 Subject: [PATCH] ci: Drop ubuntu-16.04 (#513) --- .github/workflows/test-action.yml | 1 - .github/workflows/test.yml | 1 - README.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index e871040..f94efb1 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -13,7 +13,6 @@ jobs: os: - 'ubuntu-20.04' - 'ubuntu-18.04' - - 'ubuntu-16.04' - 'macos-latest' - 'windows-latest' hugo-version: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4c8b38..61487db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: os: - 'ubuntu-20.04' - 'ubuntu-18.04' - - 'ubuntu-16.04' - 'macos-latest' - 'windows-latest' steps: diff --git a/README.md b/README.md index 552c7a7..aead7b2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ We no longer build or pull a Hugo docker image. Thanks to this change, we can complete this action in less than a few seconds. (A docker base action was taking about 1 min or more execution time to build and pull a docker image.) -| OS (runs-on) | ubuntu-18.04 | macos-latest | windows-2019 | +| OS (runs-on) | ubuntu-18.04, ubuntu-20.04 | macos-latest | windows-2019 | |---|:---:|:---:|:---:| | Support | ✅️ | ✅️ | ✅️ |