From 08151adef3d3cfdd457f5f6bf7a79ee7f9f9bc43 Mon Sep 17 00:00:00 2001 From: Alexander Amelkin Date: Wed, 3 Nov 2021 16:10:54 +0300 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdbab0c..e13ddc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: linux: strategy: matrix: - os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ] + os: [ ubuntu-18.04, ubuntu-20.04 ] runs-on: ${{ matrix.os }} steps: - name: install dependencies