Skip to content

Commit 677a374

Browse files
committed
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 <[email protected]> (cherry picked from commit cadd6e6)
1 parent 0389fa7 commit 677a374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport_issue_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
backport:
1010
name: Backport Issue Check
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Check out source code

0 commit comments

Comments
 (0)