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