ci: upgrade clang image tag to latest

This commit is contained in:
2026-04-28 12:46:01 +08:00
parent b88bc30756
commit 14c942333c

View File

@@ -1,4 +1,3 @@
# .github/workflows/format-check.yml # .github/workflows/format-check.yml
name: Code Format Check name: Code Format Check
@@ -7,7 +6,7 @@ on: [push, pull_request]
jobs: jobs:
formatting: formatting:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: silkeh/clang:21 # 修改为存在的版本 container: silkeh/clang:latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run clang-format - name: Run clang-format