Skip to content

Commit 0132915

Browse files
committed
chore: change ubuntu-latest label to ubuntu-22.04
1 parent c6274f4 commit 0132915

6 files changed

+7
-7
lines changed

.github/workflows/build_docs_no_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build_docs_no_api:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
env:
1515
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
1616

.github/workflows/publish-kb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
publish_kb:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- name: configure git
2222
run: |

.github/workflows/pull_request.yml

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

99
jobs:
1010
post_comment_master:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Create branch comment
1414
if: ${{ github.base_ref == 'master' && contains(join(github.event.pull_request.labels.*.name, ''), 'merge-to-production') }}

.github/workflows/pull_request_closed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
cherry_pick:
88
if: ${{github.event.pull_request.merged == true}}
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Should create PR to production?
1212
uses: peter-evans/find-comment@v1
@@ -67,7 +67,7 @@ jobs:
6767
delete_branch:
6868
needs: [cherry_pick]
6969
if: always()
70-
runs-on: ubuntu-latest
70+
runs-on: ubuntu-22.04
7171

7272
steps:
7373
- name: checkout

.github/workflows/pull_request_production_closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [closed]
66
jobs:
77
delete_production_branch:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- name: checkout

.github/workflows/sync-a11y.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
sync:
1212
if: github.actor != 'kendo-bot'
1313

14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)