File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
#
16
16
project :
17
17
name : Project Checks
18
- runs-on : ubuntu-22 .04
18
+ runs-on : ubuntu-24 .04
19
19
timeout-minutes : 5
20
20
21
21
steps :
46
46
name : Lint
47
47
timeout-minutes : 10
48
48
needs : [project]
49
- runs-on : ubuntu-22 .04
49
+ runs-on : ubuntu-24 .04
50
50
51
51
strategy :
52
52
matrix :
73
73
74
74
cgroupV1 :
75
75
name : Cgroup V1 tests
76
- runs-on : ubuntu-22 .04
76
+ runs-on : ubuntu-24 .04
77
77
timeout-minutes : 15
78
78
needs : [project]
79
79
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
cgroupV2 :
149
149
name : Cgroup V2 tests
150
- runs-on : ubuntu-22 .04
150
+ runs-on : ubuntu-24 .04
151
151
timeout-minutes : 15
152
152
needs : [project]
153
153
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
proto :
180
180
name : Compare auto-generated Go files
181
- runs-on : ubuntu-22 .04
181
+ runs-on : ubuntu-24 .04
182
182
183
183
steps :
184
184
- name : Checkout cgroups
You can’t perform that action at this time.
0 commit comments