ci: Remove ubuntu-16.04 support

GitHub has removed support for ubuntu 16.04 virtual environment
since Sep 20, 2021. We just follow.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2021-11-03 16:10:54 +03:00 committed by Alexander Amelkin
parent 86ef8fb091
commit 08151adef3

View File

@ -11,7 +11,7 @@ jobs:
linux: linux:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ] os: [ ubuntu-18.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: install dependencies - name: install dependencies