Skip to content

Commit

Permalink
Use LLVM 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Sep 25, 2024
1 parent 9377234 commit 742ad62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ on:

env:
BUN_VERSION: "1.1.27"
LLVM_VERSION: "16.0.6"
LLVM_VERSION_MAJOR: "16"
LLVM_VERSION: "18.1.8"
LLVM_VERSION_MAJOR: "18"

jobs:
clang-format:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Run `bun run clang-format` using LLVM ${{ env.LLVM_VERSION }}
commit_message: "`bun run clang-format`"

0 comments on commit 742ad62

Please sign in to comment.