Skip to content

Commit b744eab

Browse files
authored
ci: temporarily downgrade ubuntu to 20.04 (#16320)
1 parent aa59f7f commit b744eab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
CLABot:
1010
if: github.event_name == 'pull_request_target' || contains(github.event.comment.html_url, '/pull/')
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
permissions:
1313
pull-requests: write
1414
contents: write

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
permissions:
2828
actions: read
2929
contents: read

.github/workflows/crowdin_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
synchronize-with-crowdin:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-20.04
1717

1818
steps:
1919

0 commit comments

Comments
 (0)