Skip to content

Commit d14e2d9

Browse files
authored
Merge pull request #2393 from hzeller/feature-20250416-update-ci-ubuntu
Update remaining CI runners to ubuntu 24.04
2 parents f98dfed + ba27b34 commit d14e2d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/verible-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251

252252

253253
KytheVerification:
254-
runs-on: ubuntu-20.04
254+
runs-on: ubuntu-24.04
255255
if: false # Currently disabled, need to investigate further
256256

257257
steps:
@@ -276,7 +276,7 @@ jobs:
276276
277277
278278
KytheXrefs:
279-
runs-on: ubuntu-20.04
279+
runs-on: ubuntu-24.04
280280
if: false # Currently disabled, need to investigate failure.
281281

282282
steps:
@@ -469,7 +469,7 @@ jobs:
469469
Release:
470470
name: 📦 Release
471471
needs: [ Check, PackReleaseSource, MacOsBuild, WindowsBuild, PrepareVSPlugin ]
472-
runs-on: ubuntu-20.04
472+
runs-on: ubuntu-24.04
473473
permissions:
474474
contents: write
475475

@@ -527,7 +527,7 @@ jobs:
527527
GhPages:
528528
name: Build and deploy GitHub pages
529529
needs: [Check]
530-
runs-on: ubuntu-22.04
530+
runs-on: ubuntu-24.04
531531
permissions:
532532
contents: write
533533

0 commit comments

Comments
 (0)