Skip to content

Commit

Permalink
Revert "GH Actions: Bypass PEP 668 in runners (#8020)" (#8033)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Oct 17, 2024
1 parent 5ff6fb2 commit a2af4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeowner-self-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
approve:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Only run if the PR author enabled auto-merge, not someone else.
# Also run if a new approval was created, as this affects whether we can
# auto-approve. There is a risk of infinite loops here, though -- when we
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- name: Install dependencies
run: pip install --break-system-packages codeowners PyGithub
run: pip install codeowners PyGithub

# Approve the PR, if the author is only editing files owned by themselves.
- name: Auto-approve PR if permitted
Expand Down

0 comments on commit a2af4e4

Please sign in to comment.