Skip to content

Commit 43a22c6

Browse files
wangzelin007Shivani-Msft
authored andcommitted
{CI} Update GitHub workflows to use ubuntu-latest (Azure#8528)
1 parent 925083a commit 43a22c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AddIssueComment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
thank-user:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
permissions:
99
issues: write
1010
name: Say thanks for the Issue

.github/workflows/AddIssueCommentWithLabel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
comment-non-security:
88
if: contains(github.event.issue.labels.*.name, 'non-security')
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
permissions:
1111
issues: write
1212
name: Comment on issue

0 commit comments

Comments
 (0)