Skip to content

Commit

Permalink
[CI] update static checker script to downgrade clang-format version.
Browse files Browse the repository at this point in the history
This pull request updates the workflow script to run on Ubuntu 22.04 instead of the latest version, allowing the static checker to use clang-format version 14.

**Self-evaluation:**
1. Build test: [ ]Passed [ ]Failed [X]Skipped
2. Run test:   [ ]Passed [ ]Failed [X]Skipped

Signed-off-by: Donghyeon Jeong <[email protected]>
  • Loading branch information
djeong20 committed Jan 16, 2025
1 parent ea7a1a0 commit e9bed97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
simple_script_checkers:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Static checks
steps:
- name: Preparing step 1... Checking out
Expand Down

0 comments on commit e9bed97

Please sign in to comment.