Skip to content

Commit c9be7d1

Browse files
committed
Using "build" windows runners for certain windows "tests" jobs
1 parent 0cb81fd commit c9be7d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_vs2022_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
defaults:
8484
run:
8585
shell: pwsh
86-
runs-on: aks-win-4-cores-8gb-st
86+
runs-on: aks-win-4-cores-8gb-build-st
8787
env:
8888
CMAKE_COMPILE_WARNING_AS_ERROR: 'ON'
8989
OPENVINO_REPO: "${{ github.workspace }}\\openvino"
@@ -181,7 +181,7 @@ jobs:
181181
defaults:
182182
run:
183183
shell: pwsh
184-
runs-on: 'aks-win-4-cores-8gb-st'
184+
runs-on: 'aks-win-4-cores-8gb-build-st'
185185
env:
186186
OPENVINO_JS_DIR: "${{ github.workspace }}\\openvino\\src\\bindings\\js\\node"
187187
OPENVINO_JS_LIBS_DIR: "${{ github.workspace }}\\openvino\\src\\bindings\\js\\node\\bin"
@@ -253,7 +253,7 @@ jobs:
253253
needs: [ Build, Smart_CI ]
254254
uses: ./.github/workflows/job_tokenizers.yml
255255
with:
256-
runner: 'aks-win-4-cores-8gb-st'
256+
runner: 'aks-win-4-cores-8gb-build-st'
257257
shell: pwsh
258258
affected-components: ${{ needs.smart_ci.outputs.affected_components }}
259259
python-version: '3.11'

0 commit comments

Comments
 (0)