Skip to content

Commit

Permalink
Pin generate-pester-docs.yml to Ubuntu 22.04 (#336)
Browse files Browse the repository at this point in the history
PowerShell 7.3 doesn't install on Ubuntu 24.04 due to libicu72 missing because libicu74 is built-in. Pinning 22.04 image for now.
  • Loading branch information
fflaten authored Jan 9, 2025
1 parent ba44b50 commit f8284fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-pester-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
generate_docs:
name: Docs PR
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PESTER: ${{ github.event.inputs.pester_version }}
DOCS: ${{ github.event.inputs.docs_version }}
Expand Down

0 comments on commit f8284fd

Please sign in to comment.