Commit c95f8e47b for llama.cpp

commit c95f8e47b8d9796659ed513957b5077888ad9acb
Author: Georgi Gerganov <ggerganov@gmail.com>
Date:   Sun Sep 13 18:16:45 2026 +0300

    ci : run editorconfig and code-style checks on ubuntu-slim (#28854)

    Move the EditorConfig Checker and Code Style Checker workflows from the
    `[self-hosted, fast]` runners to `ubuntu-slim`, which is an established
    runner label in the repo.

    Assisted-by: pi:llama.cpp/Qwen3.8-27B

diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml
index 50b598b84..c88396c0a 100644
--- a/.github/workflows/code-style.yml
+++ b/.github/workflows/code-style.yml
@@ -15,7 +15,7 @@ concurrency:

 jobs:
   model-naming:
-    runs-on: [self-hosted, fast]
+    runs-on: ubuntu-slim
     steps:
       - uses: actions/checkout@v6
       - name: Check model naming conventions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 59159cd41..53f6a0ccf 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -15,7 +15,7 @@ concurrency:

 jobs:
   editorconfig:
-    runs-on: [self-hosted, fast]
+    runs-on: ubuntu-slim
     steps:
       - uses: actions/checkout@v6
       - uses: editorconfig-checker/action-editorconfig-checker@840e866d93b8e032123c23bac69dece044d4d84c # v2.2.0