Skip to content

ci: pin weekly-docs runner ubuntu version to 22.04 #15873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: pin weekly-docs runner ubuntu version to 22.04
  • Loading branch information
ethanndickson committed Dec 16, 2024
commit c9e16bfe08ff24b9263fbc33f92470c0deca9a3e
3 changes: 2 additions & 1 deletion .github/workflows/weekly-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ permissions:

jobs:
check-docs:
runs-on: ubuntu-latest
# later versions of Ubuntu have disabled unprivileged user namespaces, which are required by the action
runs-on: ubuntu-22.04
permissions:
pull-requests: write # required to post PR review comments by the action
steps:
Expand Down
Loading