Skip to content

Commit

Permalink
downgrade ubuntu version since 24.04 is causing libc compatibility is…
Browse files Browse the repository at this point in the history
…sues with CD docker image
  • Loading branch information
stefanotorresi committed Jul 2, 2024
1 parent fb15c72 commit e2e1ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit e2e1ede

Please sign in to comment.