Skip to content

Commit

Permalink
ci: use ubuntu 22:04 for deploy of man pages
Browse files Browse the repository at this point in the history
rhel-only: ci

Related: RHEL-70884
  • Loading branch information
jamacku committed Jan 14, 2025
1 parent 834137e commit af3b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-man-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af3b147

Please sign in to comment.