File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
33
33
jobs :
34
34
check-code-format :
35
35
name : Code Formatting Check
36
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-20.04
37
37
steps :
38
38
- uses : actions/checkout@v2
39
39
with :
56
56
# is also used by other repos that submodule this repo.
57
57
- uses : ./check-code-style
58
58
with :
59
- os : ubuntu-latest
59
+ os : ubuntu-20.04
Original file line number Diff line number Diff line change 12
12
using : " composite"
13
13
steps :
14
14
- name : Install code checking tools if on Ubuntu
15
- if : inputs.os == 'ubuntu-latest'
15
+ if : inputs.os == 'ubuntu-latest' || inputs.os == 'ubuntu-20.04'
16
16
run : |
17
17
# Install Clang (including clang-format) through LLVM's preferred mechanism:
18
18
# https://apt.llvm.org/
You can’t perform that action at this time.
0 commit comments