Skip to content

Commit

Permalink
ci: assigner: Use ubuntu-22.04 virtual environment
Browse files Browse the repository at this point in the history
This commit updates the pull request assigner workflow to use the
Ubuntu 22.04 virtual environment.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Mar 18, 2023
1 parent d21559d commit e701ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
assignment:
name: Pull Request Assignment
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Install Python dependencies
Expand Down

0 comments on commit e701ec5

Please sign in to comment.