diff --git a/.github/workflows/release-pypi-kernel.yml b/.github/workflows/release-pypi-kernel.yml index f589119e6..59aa00a77 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: sgl-kernel-build-node + runs-on: sgl-kernel-release-node strategy: matrix: python-version: ['3.9'] diff --git a/.github/workflows/release-whl-kernel-cu128.yml b/.github/workflows/release-whl-kernel-cu128.yml index c6f59998b..8be761f38 100644 --- a/.github/workflows/release-whl-kernel-cu128.yml +++ b/.github/workflows/release-whl-kernel-cu128.yml @@ -14,7 +14,7 @@ on: jobs: build-wheels: if: github.repository == 'sgl-project/sglang' - runs-on: sgl-kernel-build-node + runs-on: sgl-kernel-release-node strategy: matrix: python-version: ['3.9'] diff --git a/.github/workflows/release-whl-kernel.yml b/.github/workflows/release-whl-kernel.yml index ebfc4b802..09b154e6f 100644 --- a/.github/workflows/release-whl-kernel.yml +++ b/.github/workflows/release-whl-kernel.yml @@ -14,7 +14,7 @@ on: jobs: build-wheels: if: github.repository == 'sgl-project/sglang' - runs-on: sgl-kernel-build-node + runs-on: sgl-kernel-release-node strategy: matrix: python-version: ['3.9']