From 1e8c0f4519cfc43c271f1f3618d8bd4682c90837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E6=80=80?= Date: Wed, 5 Jun 2024 07:02:50 +0000 Subject: [PATCH] CI: Use self-host-runner build kernel Modify the build kernel action workflow to self-host-runner build kernel --- .github/workflows/build-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-kernel.yml b/.github/workflows/build-kernel.yml index e2cea117f1d7..b1df8fbbe964 100644 --- a/.github/workflows/build-kernel.yml +++ b/.github/workflows/build-kernel.yml @@ -18,7 +18,7 @@ permissions: jobs: build-kernel: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, kernel-ci-x86] steps: - name: "Update APT sources" run: |