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