Skip to content

Commit b485ed9

Browse files
committed
update workflow runner to ubuntu-22.04
1 parent 8a41816 commit b485ed9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/community-id-requester.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
env:
3131
LABEL: "contribution"
32-
runs-on: ubuntu-20.04
32+
runs-on: ubuntu-22.04
3333
if: contains(github.repositoryUrl, 'github.com') && github.event.label.name == 'contribution'
3434

3535
steps:

.github/workflows/disallowed-content-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
main:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828
steps:
2929

3030
- id: token_gen

.github/workflows/markdown-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
main:
2424
if: contains(github.repositoryUrl, 'github.com')
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
steps:
2727

2828
- id: checkout_repo

.github/workflows/merged-pr-labeler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: contains(github.repositoryUrl, 'github.com') && github.event.pull_request.merged
2525
env:
2626
LABEL: "contribution"
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-22.04
2828

2929
steps:
3030

0 commit comments

Comments
 (0)