File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
addlicense :
42
42
name : verify licenses
43
43
44
- runs-on : ubuntu-20 .04
44
+ runs-on : ubuntu-24 .04
45
45
46
46
steps :
47
47
- uses : actions/checkout@v2
61
61
buildifier :
62
62
name : check format with buildifier
63
63
64
- runs-on : ubuntu-20 .04
64
+ runs-on : ubuntu-24 .04
65
65
66
66
steps :
67
67
- uses : actions/checkout@v2
81
81
rules_rust :
82
82
name : check format with rules_rust
83
83
84
- runs-on : ubuntu-latest
84
+ runs-on : ubuntu-24.04
85
85
86
86
steps :
87
87
- uses : actions/checkout@v2
99
99
clang_format :
100
100
name : check format with clang-format
101
101
102
- runs-on : ubuntu-20 .04
102
+ runs-on : ubuntu-24 .04
103
103
104
104
steps :
105
105
- uses : actions/checkout@v2
@@ -115,7 +115,7 @@ jobs:
115
115
clang_tidy :
116
116
name : check format with clang-tidy
117
117
118
- runs-on : ubuntu-20 .04
118
+ runs-on : ubuntu-24 .04
119
119
120
120
steps :
121
121
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments