Skip to content

Commit 671d8e5

Browse files
workflow assigner update runs on ubuntu to 22.04
1 parent 323bd17 commit 671d8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
assignment:
1616
name: Pull Request Assignment
1717
if: github.event.pull_request.draft == false
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- name: Install Python dependencies

0 commit comments

Comments
 (0)