ソースを参照

workflow: updated iwyu version

Michele Caini 2 年 前
コミット
2f852806aa
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/analyzer.yml

+ 2 - 2
.github/workflows/analyzer.yml

@@ -12,8 +12,8 @@ jobs:
     timeout-minutes: 30
 
     env:
-      IWYU: "0.21"
-      LLVM: "17"
+      IWYU: "0.22"
+      LLVM: "18"
 
     runs-on: ubuntu-latest
     continue-on-error: true