ci: assigner: Use ubuntu-22.04 virtual environment

This commit updates the pull request assigner workflow to use the
Ubuntu 22.04 virtual environment.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2023-03-19 03:39:12 +09:00
parent d21559d239
commit e701ec5efc
1 changed files with 1 additions and 1 deletions

View File

@ -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