ci: update release node (#5333)

This commit is contained in:
Yineng Zhang
2025-04-12 14:22:45 -07:00
committed by GitHub
parent b371f7cd36
commit 75015bb688
3 changed files with 3 additions and 3 deletions

View File

@@ -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']

View File

@@ -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']

View File

@@ -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']