Skip to content

Commit 6688eb1

Browse files
Update dependency ubuntu to v24
1 parent fb51993 commit 6688eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_rpms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
${{ (github.event.inputs.target_repo != null && format('{0}/{1}', github.repository_owner, github.event.inputs.target_repo)) || github.repository }}
9393
${{ github.event.inputs.release_tag }}
9494
(build os: ${{ github.event.inputs.build_container_os }})
95-
runs-on: ubuntu-20.04
95+
runs-on: ubuntu-24.04
9696
steps:
9797
- name: "Validate inputs"
9898
id: validate-inputs

0 commit comments

Comments
 (0)