diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml index 3cf062548e..c6702e1a57 100644 --- a/.github/workflows/reuse-copr-build.yml +++ b/.github/workflows/reuse-copr-build.yml @@ -16,7 +16,7 @@ jobs: reusable_workflow_copr_build_job: # This job only runs for '/rerun' pull request comments by owner, member, or collaborator of the repo/organization. name: Build copr builds for tft tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: artifacts: ${{ steps.gen_artifacts.outputs.artifacts }} if: |