From 52d575101362add2f282686f209214f5dc7012f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:25:36 +0000 Subject: [PATCH] ci(deps): update dependency ubuntu to v24 --- .github/workflows/build-and-deploy.yml | 4 ++-- .github/workflows/dispatcher.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 672bbb4d..0ebc454f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: release: needs: - build - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: >- !github.event.repository.fork && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) @@ -62,7 +62,7 @@ jobs: signing-key: ${{ secrets.SIGNING_KEY }} signing-password: ${{ secrets.SIGNING_PASSWORD }} success: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: - build - release diff --git a/.github/workflows/dispatcher.yml b/.github/workflows/dispatcher.yml index 3b94d9dc..7d2c57f9 100644 --- a/.github/workflows/dispatcher.yml +++ b/.github/workflows/dispatcher.yml @@ -19,7 +19,7 @@ concurrency: 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