Skip to content

Commit

Permalink
CI: use clang16 for header guards check
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Aug 4, 2023
1 parent 2089a34 commit 95689ff
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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
LCG: ["dev4/x86_64-centos7-clang12-opt"]
LCG: ["dev4/x86_64-el9-clang16-opt"]
steps:
- uses: actions/checkout@v3
- uses: cvmfs-contrib/github-action-cvmfs@v3
Expand Down

0 comments on commit 95689ff

Please sign in to comment.