Skip to content

Commit 87401c2

Browse files
committed
Update GitHub Actions runners to Ubuntu-24.04
Signed-off-by: Austin Vazquez <[email protected]>
1 parent e086bc6 commit 87401c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
#
1616
project:
1717
name: Project Checks
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
timeout-minutes: 5
2020

2121
steps:
@@ -46,7 +46,7 @@ jobs:
4646
name: Lint
4747
timeout-minutes: 10
4848
needs: [project]
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050

5151
strategy:
5252
matrix:
@@ -73,7 +73,7 @@ jobs:
7373

7474
cgroupV1:
7575
name: Cgroup V1 tests
76-
runs-on: ubuntu-22.04
76+
runs-on: ubuntu-24.04
7777
timeout-minutes: 15
7878
needs: [project]
7979

@@ -147,7 +147,7 @@ jobs:
147147

148148
cgroupV2:
149149
name: Cgroup V2 tests
150-
runs-on: ubuntu-22.04
150+
runs-on: ubuntu-24.04
151151
timeout-minutes: 15
152152
needs: [project]
153153

@@ -178,7 +178,7 @@ jobs:
178178

179179
proto:
180180
name: Compare auto-generated Go files
181-
runs-on: ubuntu-22.04
181+
runs-on: ubuntu-24.04
182182

183183
steps:
184184
- name: Checkout cgroups

0 commit comments

Comments
 (0)