Skip to content

chore: Update workflow runners to ubuntu-24.04 #431

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leonm1
Copy link
Contributor

@leonm1 leonm1 commented Mar 4, 2025

ubuntu-20.04 runners are deprecated and will stop working entirely 2025-04-01:

actions/runner-images#11101

ubuntu-20.04 runners are deprecated and will stop working entirely 2025-04-01.

Signed-off-by: Matt Leon <mattleon@google.com>
@@ -99,7 +99,7 @@ jobs:
clang_format:
name: check format with clang-format

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the use of clang-format-12 needs to be updated as well--the clang_format action is currently failing with:

E: Unable to locate package clang-format-12

@@ -115,7 +115,7 @@ jobs:
clang_tidy:
name: check format with clang-tidy

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The clang_tidy action is currently failing with:

E: Unable to locate package clang-tidy-12
E: Unable to locate package lld-12

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants