From 2147167053e6a4c283bb315fcae306dfe6ac311e Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 2 Oct 2023 17:53:15 +0200 Subject: [PATCH] ci: add ubuntu-20.04 job --- .github/workflows/ci-scripts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-scripts.yml b/.github/workflows/ci-scripts.yml index 3417f5eb3..3ccef2fdd 100644 --- a/.github/workflows/ci-scripts.yml +++ b/.github/workflows/ci-scripts.yml @@ -46,6 +46,12 @@ jobs: base: "7.0" deps: adsupport + - os: ubuntu-20.04 + cmp: gcc + configuration: default + base: "7.0" + deps: adsupport + - os: ubuntu-latest cmp: gcc configuration: default