summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2021-11-03 16:10:54 +0300
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2021-11-03 16:30:34 +0300
commit08151adef3d3cfdd457f5f6bf7a79ee7f9f9bc43 (patch)
treefe7ce5819c808df8fe290731f7e037053a75a80a
parent86ef8fb09181ca67293bdd770f4a4b3d318d39c3 (diff)
downloadipmitool-08151adef3d3cfdd457f5f6bf7a79ee7f9f9bc43.tar.gz
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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