Skip to content

Commit

Permalink
ci: Update to clang-18
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Apr 13, 2024
1 parent 0dba855 commit c9733e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Clang
uses: pkgxdev/setup@v1
with:
+: clang@17
+: clang@18

- run: clang --version

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cpp-linter/cpp-linter-action@v2
- uses: cpp-linter/cpp-linter-action@v2.11.0
id: linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: file
tidy-checks: ''
version: 16
version: 18

- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Clang
uses: pkgxdev/setup@v1
with:
+: clang@17
+: clang@18

- run: clang --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Clang
uses: pkgxdev/setup@v1
with:
+: clang@17
+: clang@18

- run: clang --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Clang
uses: pkgxdev/setup@v1
with:
+: clang@17
+: clang@18

- run: clang --version

Expand Down

0 comments on commit c9733e4

Please sign in to comment.