From f1419beccdf9576f26bd49799e3c8142a6ebd2ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 22:22:27 +0000 Subject: [PATCH] Update dependency ubuntu to v24 --- .github/workflows/release_rpms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_rpms.yml b/.github/workflows/release_rpms.yml index 9e2a4bad..fd4514f7 100644 --- a/.github/workflows/release_rpms.yml +++ b/.github/workflows/release_rpms.yml @@ -92,7 +92,7 @@ jobs: ${{ (github.event.inputs.target_repo != null && format('{0}/{1}', github.repository_owner, github.event.inputs.target_repo)) || github.repository }} ${{ github.event.inputs.release_tag }} (build os: ${{ github.event.inputs.build_container_os }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: "Validate inputs" id: validate-inputs