Skip to content

Commit

Permalink
Use newer ubuntu with higher clang-tidy version
Browse files Browse the repository at this point in the history
clang-tidy 10.0 -> 13.0

Should be green, checked locally on Arch with 13.0.1
  • Loading branch information
def- committed Mar 12, 2022
1 parent a0a0887 commit 5105141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
check-clang-tidy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 5105141

Please sign in to comment.