We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f113739 commit fbdd75cCopy full SHA for fbdd75c
.github/workflows/release_rpms.yml
@@ -92,7 +92,7 @@ jobs:
92
${{ (github.event.inputs.target_repo != null && format('{0}/{1}', github.repository_owner, github.event.inputs.target_repo)) || github.repository }}
93
${{ github.event.inputs.release_tag }}
94
(build os: ${{ github.event.inputs.build_container_os }})
95
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
96
steps:
97
- name: "Validate inputs"
98
id: validate-inputs
0 commit comments