ci: backport_issue_check: Use ubuntu-22.04 virtual environment
This commit updates the pull request backport issue check workflow to use the Ubuntu 22.04 virtual environment. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
d44e36d438
commit
cadd6e6fa4
2
.github/workflows/backport_issue_check.yml
vendored
2
.github/workflows/backport_issue_check.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
backport:
|
||||
name: Backport Issue Check
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue