Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update the "format" workflow version of ubuntu #2966

Closed
wants to merge 1 commit into from

Conversation

AndyZe
Copy link
Member

@AndyZe AndyZe commented Aug 12, 2024

Description

If you search the .github folder, you'll see that ubuntu-latest is used almost everywhere. And that makes good sense. Switch ubuntu-22.04 to ubuntu-latest in this one last place.

Copy link
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

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

Having Ubuntu 22.04 here is for a reason: while most other workflows run a docker container and thus can run on any Ubuntu distro, this one directly runs in the given Ubuntu distro.
Using ubuntu-latest here will break the workflow in future, when latest refers to a future distro, which doesn't ship clang-format-14 anymore.

@AndyZe AndyZe closed this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants