From 2e9e6eef05bee57d144eca5a6ccafca427fab1e3 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 28 Mar 2023 17:25:33 +0530 Subject: [PATCH] chore: Update ubuntu version (#34620) --- .github/workflows/patch.yml | 2 +- .github/workflows/server-tests.yml | 2 +- .github/workflows/translation_linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 30ca22aedc5..2f7398e019e 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -14,7 +14,7 @@ concurrency: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 timeout-minutes: 60 name: Patch Test diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 5bf42fb7ffe..d5c1e30f1eb 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -18,7 +18,7 @@ concurrency: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 timeout-minutes: 60 strategy: diff --git a/.github/workflows/translation_linter.yml b/.github/workflows/translation_linter.yml index 4becaebd6b4..af7e0e77528 100644 --- a/.github/workflows/translation_linter.yml +++ b/.github/workflows/translation_linter.yml @@ -8,7 +8,7 @@ on: jobs: check_translation: name: Translation Syntax Check - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Setup python3