From 8a10c4c3d90dd9f57b3974e7fa9e2c14ceb7a67d Mon Sep 17 00:00:00 2001 From: DiweiSun <105627594+DiweiSun@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:44:08 +0800 Subject: [PATCH] update ci node for xeon (#7265) --- .github/workflows/pr-test-xeon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-xeon.yml b/.github/workflows/pr-test-xeon.yml index 3c6b72ab5..b22a291b6 100644 --- a/.github/workflows/pr-test-xeon.yml +++ b/.github/workflows/pr-test-xeon.yml @@ -12,7 +12,7 @@ concurrency: jobs: build-test: if: github.event_name == 'pull_request' - runs-on: sgl-kernel-release-node + runs-on: sglang-pvc strategy: matrix: build_type: ['all']