Commit cadd6e6f authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

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: default avatarStephanos Ioannidis <root@stephanos.io>
parent d44e36d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: