1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Remove Ubuntu 16 from supported GitHub-hosted runners (#19006)

This commit is contained in:
Laura Coursen
2021-05-03 11:15:06 -05:00
committed by GitHub
parent b19ac982e1
commit 71e151dc36
3 changed files with 7 additions and 3 deletions

View File

@@ -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