Change runner label for the new runners

This commit is contained in:
Yoland Y 2024-10-09 17:07:15 -07:00
parent e38c94228b
commit faecb4b5b1
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: