Skip to content

Commit f8284fd

Browse files
authored
Pin generate-pester-docs.yml to Ubuntu 22.04 (#336)
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.
1 parent ba44b50 commit f8284fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-pester-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
generate_docs:
2323
name: Docs PR
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-22.04
2525
env:
2626
PESTER: ${{ github.event.inputs.pester_version }}
2727
DOCS: ${{ github.event.inputs.docs_version }}

0 commit comments

Comments
 (0)