Skip to content

Commit

Permalink
[Github Workflows] - Upgrade Windows and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Aug 28, 2024
1 parent cb4092e commit ac607a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
with:
clang-format-version: '18'
check-path: "src"
fallback-style: "Google"
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
clang-version: [18]
clang-version: [19]
buildmode: [Debug]

steps:
Expand Down

0 comments on commit ac607a8

Please sign in to comment.