26 lines
778 B
Diff
26 lines
778 B
Diff
From af3b1477daca2bd53c371275ef7c3022dca3011f Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Tue, 14 Jan 2025 14:20:53 +0100
|
|
Subject: [PATCH] ci: use ubuntu 22:04 for deploy of man pages
|
|
|
|
rhel-only: ci
|
|
|
|
Related: RHEL-70884
|
|
---
|
|
.github/workflows/deploy-man-pages.yml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.github/workflows/deploy-man-pages.yml b/.github/workflows/deploy-man-pages.yml
|
|
index 9739228a87..82fab81072 100644
|
|
--- a/.github/workflows/deploy-man-pages.yml
|
|
+++ b/.github/workflows/deploy-man-pages.yml
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
environment:
|
|
name: github-pages
|
|
url: ${{ steps.deployment.outputs.page_url }}
|
|
- runs-on: ubuntu-latest
|
|
+ runs-on: ubuntu-22.04
|
|
|
|
permissions:
|
|
pages: write
|