Skip to content

Commit

Permalink
ci: Update to clang-19
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Sep 23, 2024
1 parent 771f01d commit cc17bc1
Show file tree
Hide file tree
Showing 6 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@v2
with:
+: clang@18
+: clang@19

- run: clang --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
style: file
tidy-checks: ''
version: 18
version: 19

- 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@v2
with:
+: clang@18
+: clang@19

- 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@v2
with:
+: clang@18
+: clang@19

- 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@v2
with:
+: clang@18
+: clang@19

- run: clang --version

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

- name: Restore artifacts, or setup vcpkg
uses: lukka/run-vcpkg@v11
Expand Down

0 comments on commit cc17bc1

Please sign in to comment.