From 766e9c1b5db40eb5692fd7689308ef130f277abb Mon Sep 17 00:00:00 2001 From: hainenber Date: Sun, 26 Apr 2026 12:24:59 +0700 Subject: [PATCH] fix: revert to `ubuntu-24.04` for heavy CodeQL analysis Signed-off-by: hainenber --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8bac469c4d9..5ae6ebd2c02 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -17,7 +17,7 @@ concurrency: jobs: analyze: name: Analyze - runs-on: ubuntu-slim + runs-on: ubuntu-24.04 permissions: actions: read contents: read