Skip to content
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

Fix git clang workflow os to Ubuntu 22.04 #377

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

mcbarton
Copy link
Collaborator

@mcbarton mcbarton commented Dec 5, 2024

Description

Please include a summary of changes, motivation and context for this PR.

The git clang workflow currently has a warning to see that soon the ubuntu-latest runners will default to Ubuntu 24.04 . To stop this I have fixed the version to Ubuntu 22.04 . This workflow will soon be replaced due to the workflow known to be fragile.

Fixes # (issue)

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Please describe the test(s) that you added and ran to verify your changes.

Checklist

  • I have read the contribution guide recently

@mcbarton mcbarton requested a review from vgvassilev December 5, 2024 23:36
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.31%. Comparing base (60a2d9c) to head (882b027).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #377   +/-   ##
=======================================
  Coverage   76.31%   76.31%           
=======================================
  Files           8        8           
  Lines        3137     3137           
=======================================
  Hits         2394     2394           
  Misses        743      743           

Copy link
Collaborator

@Vipul-Cariappa Vipul-Cariappa left a comment

Choose a reason for hiding this comment

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

Looks good to me.

I am curious, does this improve stability?
Looking at https://github.com/ZedThree/clang-tidy-review, they are using ubuntu-latest in the examples.

@mcbarton
Copy link
Collaborator Author

mcbarton commented Dec 6, 2024

@Vipul-Cariappa I don't think it makes it more stable. I just didn't want it to update to Ubuntu 24.04 and break. Ubuntu 22.04 is a known quantity. The plan is we won't be using that action soon as it's quite fragile.

@mcbarton mcbarton merged commit 74ad637 into main Dec 6, 2024
42 checks passed
# 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