chore(actions): use Ubuntu-20.04 in all workflows (#44095)

This commit is contained in:
Mrugesh Mohapatra
2021-11-02 17:19:50 +05:30
committed by GitHub
parent 2dd29a8f68
commit f84d6078fd
14 changed files with 19 additions and 19 deletions

View File

@ -8,7 +8,7 @@ on:
jobs:
autoclose:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/github-script@v5
with:

View File

@ -9,7 +9,7 @@ on:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: github.actor != 'renovate[bot]'
strategy:
fail-fast: false

View File

@ -9,7 +9,7 @@ name: CodeSee Map
jobs:
test_map_action:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }}
continue-on-error: true
name: Run CodeSee Map Analysis

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-download-client-ui-translations:
name: Client
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-upload-client-ui-files:
name: Client
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-download-curriculum-translations:
name: Curriculum
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-upload-curriculum-files:
name: Learn
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-upload-docs-files:
name: Docs
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
i18n-download-docs-translations:
name: Docs
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files

View File

@ -8,7 +8,7 @@ on:
jobs:
build-client:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Source Files
@ -55,7 +55,7 @@ jobs:
cypress-run:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: build-client
strategy:
matrix:

View File

@ -4,7 +4,7 @@ on:
jobs:
triage:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@v3
with:

View File

@ -13,7 +13,7 @@ on:
jobs:
has-translation:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/github-script@v5
with:

View File

@ -12,7 +12,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
@ -44,7 +44,7 @@ jobs:
test:
name: Test
needs: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:

View File

@ -7,7 +7,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
@ -36,7 +36,7 @@ jobs:
test:
name: Test
needs: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
@ -67,7 +67,7 @@ jobs:
test-upcoming:
name: Test Upcoming Changes
needs: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
@ -100,7 +100,7 @@ jobs:
test-localization:
name: Localize
needs: lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix: