From 7e3bb5270524d38bd98b93a22441fa693c3fa64c Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Fri, 7 Mar 2025 01:48:47 -0800 Subject: [PATCH] update release-pypi-kernel --- .github/workflows/release-pypi-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi-kernel.yml b/.github/workflows/release-pypi-kernel.yml index fa8299807..495bf68c8 100644 --- a/.github/workflows/release-pypi-kernel.yml +++ b/.github/workflows/release-pypi-kernel.yml @@ -15,7 +15,7 @@ concurrency: jobs: build-wheels: if: github.repository == 'sgl-project/sglang' - runs-on: ubuntu-latest + runs-on: sgl-kernel-build-node strategy: matrix: python-version: ['3.9']