aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-03-17 14:54:13 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-18 13:44:05 +0200
commitc69427460005eb7ee3496c8a688070a9ec709964 (patch)
treec8967325d01451c66cc47ebef3961dc4b32acf69 /.github
parent75caa58daae574a413adf9bda0895519b21a40f3 (diff)
github_ci: remove ubuntu 16.04 build tests
Ubuntu 16.04 is EOL, so remove the tests. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml2
-rw-r--r--.github/workflows/ci-pipeline.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 029702e61..3aa7ba60a 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
cc: [gcc, clang]
- os: ['ubuntu_16.04', 'ubuntu_18.04']
+ os: ['ubuntu_18.04']
steps:
- uses: AutoModality/action-clean@v1.1.0
- uses: actions/checkout@v2
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 99e70ecb6..59bfd9908 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -189,7 +189,7 @@ jobs:
fail-fast: false
matrix:
cc: [gcc, clang]
- os: ['centos_7', 'centos_8', 'ubuntu_16.04']
+ os: ['centos_7', 'centos_8']
conf: ['--enable-abi-compat']
steps:
- uses: actions/checkout@v2