Change runner label for the new runners (#5197)

This commit is contained in:
Yoland Yan 2024-10-09 17:08:57 -07:00 committed by GitHub
parent e38c94228b
commit 25eac1d780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
runner_label: [self-hosted, Linux] runner_label: [self-hosted, Linux]
flags: "" flags: ""
- os: windows - os: windows
runner_label: [self-hosted, win] runner_label: [self-hosted, Windows]
flags: "" flags: ""
runs-on: ${{ matrix.runner_label }} runs-on: ${{ matrix.runner_label }}
steps: steps:

View File

@ -32,7 +32,7 @@ jobs:
runner_label: [self-hosted, Linux] runner_label: [self-hosted, Linux]
flags: "" flags: ""
- os: windows - os: windows
runner_label: [self-hosted, win] runner_label: [self-hosted, Windows]
flags: "" flags: ""
runs-on: ${{ matrix.runner_label }} runs-on: ${{ matrix.runner_label }}
steps: steps:
@ -55,7 +55,7 @@ jobs:
torch_version: ["nightly"] torch_version: ["nightly"]
include: include:
- os: windows - os: windows
runner_label: [self-hosted, win] runner_label: [self-hosted, Windows]
flags: "" flags: ""
runs-on: ${{ matrix.runner_label }} runs-on: ${{ matrix.runner_label }}
steps: steps: