From c67add30c64257ac6258dec93193e3201ba8c4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:07:28 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 (#1293) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_container.yaml | 6 +++--- .github/workflows/release.yaml | 2 +- .github/workflows/semantic_pr.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index dbf702b..3dcf288 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -22,7 +22,7 @@ defaults: jobs: prepare_ci_run: name: Prepare CI Run - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: GIT_SHA: ${{ steps.extract_branch.outputs.GIT_SHA }} BRANCH: ${{ steps.extract_branch.outputs.BRANCH }} @@ -61,7 +61,7 @@ jobs: build_image: name: Build Container Image needs: prepare_ci_run - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: BRANCH: ${{ needs.prepare_ci_run.outputs.BRANCH }} DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} @@ -105,7 +105,7 @@ jobs: name: Upload images to ghcr registry needs: [ prepare_ci_run, build_image ] if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }} BUILD_TIME: ${{ needs.prepare_ci_run.outputs.BUILD_TIME }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d41705..5d7edd5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,7 @@ jobs: if: needs.release-please.outputs.releases_created == 'true' needs: - release-please - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write packages: write diff --git a/.github/workflows/semantic_pr.yaml b/.github/workflows/semantic_pr.yaml index 375b0ac..7741ef0 100644 --- a/.github/workflows/semantic_pr.yaml +++ b/.github/workflows/semantic_pr.yaml @@ -10,7 +10,7 @@ defaults: shell: bash jobs: validate: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read # Needed for checking out the repository pull-requests: read # Needed for reading prs