ci: Drop ubuntu-16.04 (#513)

This commit is contained in:
Shohei Ueda 2021-05-01 22:10:56 +09:00 committed by GitHub
parent 929d18cc52
commit 6b42ea1676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,6 @@ jobs:
os: os:
- 'ubuntu-20.04' - 'ubuntu-20.04'
- 'ubuntu-18.04' - 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest' - 'macos-latest'
- 'windows-latest' - 'windows-latest'
hugo-version: hugo-version:

View File

@ -18,7 +18,6 @@ jobs:
os: os:
- 'ubuntu-20.04' - 'ubuntu-20.04'
- 'ubuntu-18.04' - 'ubuntu-18.04'
- 'ubuntu-16.04'
- 'macos-latest' - 'macos-latest'
- 'windows-latest' - 'windows-latest'
steps: steps:

View File

@ -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. 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.) (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 | ✅️ | ✅️ | ✅️ | | Support | ✅️ | ✅️ | ✅️ |