Skip to content

Commit

Permalink
Bigger runner for Windows Conditional Compilation build (openvinotool…
Browse files Browse the repository at this point in the history
…kit#24718)

### Details:
This PR moves Windows Conditional Compilation build to a self-hosted
runner in Azure with 32 cores and 128 GB of RAM
  • Loading branch information
ababushk authored May 28, 2024
1 parent 63a13d4 commit 0b349bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-8-cores-64gb
runs-on: aks-win-32-cores-128gb
env:
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja Multi-Config'
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-8-cores-64gb
runs-on: aks-win-32-cores-128gb
env:
CMAKE_BUILD_TYPE: 'Release'
OPENVINO_REPO: "${{ github.workspace }}\\openvino"
Expand Down

0 comments on commit 0b349bf

Please sign in to comment.