Conversation
Version 14 is the version available on ubuntu-latest in Github actions
| - name: Prepare environment | ||
| run: | | ||
| npm ci --ignore-scripts | ||
| clang-format-10 --version |
There was a problem hiding this comment.
It seems ubuntu-22.04 has clang-format-15. May be worth updating to it as we have to reformat a lot of files anyway? https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
Btw 24.04 seems to be already available as well…
There was a problem hiding this comment.
Oh great, then I'll amend this PR to go straight to 24.04.
There was a problem hiding this comment.
I made this conclusion from existence of https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md, so not sure it is available in reality :)
There was a problem hiding this comment.
It seems that 24.04 based runners are not available yet. Sticking to 22.04 for now.
Version 14 is the version available on ubuntu-latest in Github actions