From d9678af445c3812d27c383763dbec73f0cec8fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:28:03 +0000 Subject: [PATCH] ci(deps): update dependency ubuntu to v24 --- .github/workflows/build-and-deploy.yml | 12 ++++++------ .github/workflows/dispatcher.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6459160fa..cc4884ff4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -5,7 +5,7 @@ on: jobs: check-secrets: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: run-with-secrets: ${{ steps.require-secrets.outputs.run-with-secrets }} steps: @@ -20,7 +20,7 @@ jobs: echo "run-with-secrets=${{ steps.detect-secrets.outputs.has-secrets == 'true' && !github.event.repository.fork }}" >> $GITHUB_OUTPUT staging-repo: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - check-secrets concurrency: @@ -77,7 +77,7 @@ jobs: # os: [ windows-2022, macos-12, ubuntu-22.04 ] # runs-on: ${{ matrix.os }} # Comment if cross-compilation is needed - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 concurrency: group: build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }} cancel-in-progress: true @@ -119,7 +119,7 @@ jobs: - staging-repo - test-extensively - build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: | always() && needs.check-secrets.outputs.run-with-secrets == 'true' && @@ -152,7 +152,7 @@ jobs: - staging-repo - build - close-staging-repos - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: | always() && needs.check-secrets.outputs.run-with-secrets == 'true' && @@ -192,7 +192,7 @@ jobs: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - check-secrets - staging-repo diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index cf6a87652..3411fb2c0 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -15,7 +15,7 @@ on: jobs: dispatcher: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: >- github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository