diff --git a/.github/workflows/build_docs_no_api.yml b/.github/workflows/build_docs_no_api.yml index 695b55449f..c77b887dcc 100644 --- a/.github/workflows/build_docs_no_api.yml +++ b/.github/workflows/build_docs_no_api.yml @@ -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 diff --git a/.github/workflows/publish-kb.yml b/.github/workflows/publish-kb.yml index 6e925cc857..98cfd22d75 100644 --- a/.github/workflows/publish-kb.yml +++ b/.github/workflows/publish-kb.yml @@ -16,7 +16,7 @@ concurrency: jobs: publish_kb: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: configure git run: | diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 218c7dfe16..ced11ef259 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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') }} diff --git a/.github/workflows/pull_request_closed.yml b/.github/workflows/pull_request_closed.yml index eab2f8469e..7bdf9b9208 100644 --- a/.github/workflows/pull_request_closed.yml +++ b/.github/workflows/pull_request_closed.yml @@ -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 @@ -67,7 +67,7 @@ jobs: delete_branch: needs: [cherry_pick] if: always() - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: checkout diff --git a/.github/workflows/pull_request_production_closed.yml b/.github/workflows/pull_request_production_closed.yml index 3492672e66..8ffbd898bd 100644 --- a/.github/workflows/pull_request_production_closed.yml +++ b/.github/workflows/pull_request_production_closed.yml @@ -5,7 +5,7 @@ on: types: [closed] jobs: delete_production_branch: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: checkout diff --git a/.github/workflows/sync-a11y.yml b/.github/workflows/sync-a11y.yml index 0785aca3d3..208d7e0d9d 100644 --- a/.github/workflows/sync-a11y.yml +++ b/.github/workflows/sync-a11y.yml @@ -11,7 +11,7 @@ jobs: sync: if: github.actor != 'kendo-bot' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: write