From e2e1ede878bfb8d8b759097a204360ce5212e9bd Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Tue, 2 Jul 2024 20:14:59 +0200 Subject: [PATCH] downgrade ubuntu version since 24.04 is causing libc compatibility issues with CD docker image --- .github/workflows/exporter-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exporter-ci.yml b/.github/workflows/exporter-ci.yml index 3201121..70ad8a3 100644 --- a/.github/workflows/exporter-ci.yml +++ b/.github/workflows/exporter-ci.yml @@ -44,7 +44,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} concurrency: group: obs - runs-on: ubuntu-24.04 + runs-on: ubuntu-20.04 container: shap/continuous_deliver env: OBS_USER: ${{ secrets.OBS_USER }} @@ -69,7 +69,7 @@ jobs: if: github.event.release concurrency: group: obs - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 container: shap/continuous_deliver env: OBS_USER: ${{ secrets.OBS_USER }}