Remove Ubuntu 16 from supported GitHub-hosted runners (#19006)
This commit is contained in:
@@ -1019,7 +1019,7 @@ You can create a matrix to run workflows on more than one runner operating syste
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04]
|
||||
os: [ubuntu-18.04, ubuntu-20.04]
|
||||
node: [10, 12, 14]
|
||||
steps:
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
Reference in New Issue
Block a user