From 25eac1d7806ad23c2f9071d0b71a947ca12f486a Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:08:57 -0700 Subject: [PATCH] Change runner label for the new runners (#5197) --- .github/workflows/pullrequest-ci-run.yml | 2 +- .github/workflows/test-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pullrequest-ci-run.yml b/.github/workflows/pullrequest-ci-run.yml index 691480bc..a2a4b265 100644 --- a/.github/workflows/pullrequest-ci-run.yml +++ b/.github/workflows/pullrequest-ci-run.yml @@ -23,7 +23,7 @@ jobs: runner_label: [self-hosted, Linux] flags: "" - os: windows - runner_label: [self-hosted, win] + runner_label: [self-hosted, Windows] flags: "" runs-on: ${{ matrix.runner_label }} steps: diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index be762290..ce4598b2 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -32,7 +32,7 @@ jobs: runner_label: [self-hosted, Linux] flags: "" - os: windows - runner_label: [self-hosted, win] + runner_label: [self-hosted, Windows] flags: "" runs-on: ${{ matrix.runner_label }} steps: @@ -55,7 +55,7 @@ jobs: torch_version: ["nightly"] include: - os: windows - runner_label: [self-hosted, win] + runner_label: [self-hosted, Windows] flags: "" runs-on: ${{ matrix.runner_label }} steps: