Use newer ubuntu with higher clang-tidy version

clang-tidy 10.0 -> 13.0

Should be green, checked locally on Arch with 13.0.1
This commit is contained in:
def 2022-03-12 12:39:27 +01:00
parent a0a0887eac
commit 5105141519

View file

@ -11,7 +11,7 @@ on:
jobs:
check-clang-tidy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: