Skip to content

Commit

Permalink
fixup! ci: add clang-tidy run
Browse files Browse the repository at this point in the history
  • Loading branch information
mjerabek committed Feb 25, 2024
1 parent 09c1359 commit bd1bc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-other-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
run: ctest -C ${{matrix.build_type}} -j `nproc` ${{matrix.other_ctest_args}}
clang-tidy:
name: clang-tidy ${{matrix.version}}, ${{matrix.build_description}}, C++${{matrix.std}} ${{matrix.build_type}}
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- version: "17"
- version: "15"
build_description: all
build_type: Debug
std: 17
Expand Down

0 comments on commit bd1bc51

Please sign in to comment.