forked from rpms/leapp-repository
b4aed63dad
- Enable new upgrade path RHEL 8.10 -> 9.5 - Minor updates in reports - Add information about leapp invocation to leapp.db - Resolves: RHEL-27847
26 lines
943 B
Diff
26 lines
943 B
Diff
From d7ad5d7da691f1425a3eba59e1f74392948a98e3 Mon Sep 17 00:00:00 2001
|
|
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
|
|
Date: Fri, 10 May 2024 05:33:55 +0000
|
|
Subject: [PATCH 37/49] chore(deps): update dependency ubuntu to v22
|
|
|
|
---
|
|
.github/workflows/reuse-copr-build.yml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/reuse-copr-build.yml b/.github/workflows/reuse-copr-build.yml
|
|
index c742db50..6bf71226 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-20.04
|
|
+ runs-on: ubuntu-22.04
|
|
outputs:
|
|
artifacts: ${{ steps.gen_artifacts.outputs.artifacts }}
|
|
if: |
|
|
--
|
|
2.44.0
|
|
|