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

@@ -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