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

ci: Only run clang-format on ubuntu-stable GH runner #3236

Merged
merged 1 commit into from
May 2, 2024

Commits on May 2, 2024

  1. ci: Only run clang-format on ubuntu-stable GH runner

    Previously we were running clang-format across multiple operating
    system versions and hence clang versions, and it turns out
    clang has changed the preferred formatting multiple times.
    
    We could *probably* dig in and try to pin things more strongly
    but eh...for now let's arbitrarily just use whatever's in
    the default GH Action ubuntu-latest runner as that should
    be equally painful for everyone.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a33c7d2 View commit details
    Browse the repository at this point in the history