aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-03-17 14:58:45 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-18 13:44:05 +0200
commitceb23f470fd5c26cde999e507a3de59965eed58d (patch)
tree8dc5c6aa7afdab9b09c9b84af47670e1c2f6d4f3 /.github
parentc69427460005eb7ee3496c8a688070a9ec709964 (diff)
github_ci: replace centos 8 images with rocky linux 8
CentOS 8 is EOL, so replace it with Rocky Linux 8. Testing enabled also on arm64. 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 3aa7ba60a..1d369d38a 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_18.04']
+ os: ['ubuntu_18.04', 'rocky_linux_8']
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 59bfd9908..7d9e21f6f 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']
+ os: ['centos_7', 'rocky_linux_8']
conf: ['--enable-abi-compat']
steps:
- uses: actions/checkout@v2