ci: temporarily downgrade ubuntu to 20.04 (#16320)

feature/default_network_editable
legobeat 2 years ago committed by GitHub
parent aa59f7f89c
commit b744eab176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/cla.yml
  2. 2
      .github/workflows/codeql-analysis.yml
  3. 2
      .github/workflows/crowdin_action.yml

@ -8,7 +8,7 @@ on:
jobs:
CLABot:
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
pull-requests: write
contents: write

@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read

@ -13,7 +13,7 @@ on:
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:

Loading…
Cancel
Save