Closed alexreinking closed 2 months ago
The run-clang-tidy.sh script was written to be Linux-only. This PR extends support to macOS
Also updates the GHA runner to run the checks when the script changes and to use macos-14, which is beefier than the Ubuntu runners.
Indeed macos-14 is substantially faster than the previous ubuntu-20.04 runner. ~11min vs ~16min. ~33%
macos-14
ubuntu-20.04
The run-clang-tidy.sh script was written to be Linux-only. This PR extends support to macOS
Also updates the GHA runner to run the checks when the script changes and to use macos-14, which is beefier than the Ubuntu runners.