Skip to content

Commit

Permalink
CI: Fix code format checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 1, 2025
1 parent a5ac82d commit 987fa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
checker:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Prepare
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main'
sudo apt install -y clang-format
- name: Format
run: |
Expand Down

0 comments on commit 987fa7a

Please sign in to comment.