Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_docs_no_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
build_docs_no_api:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-kb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
publish_kb:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: configure git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
post_comment_master:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Create branch comment
if: ${{ github.base_ref == 'master' && contains(join(github.event.pull_request.labels.*.name, ''), 'merge-to-production') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
cherry_pick:
if: ${{github.event.pull_request.merged == true}}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Should create PR to production?
uses: peter-evans/find-comment@v1
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
delete_branch:
needs: [cherry_pick]
if: always()
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_production_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [closed]
jobs:
delete_production_branch:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
sync:
if: github.actor != 'kendo-bot'

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
contents: write
Expand Down
Loading