Skip to content

Commit

Permalink
[GHA] Run Windows Conditional Compilation on a node with 64 GB RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
ababushk committed Jan 26, 2024
1 parent ac4d369 commit 6964860
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-16-cores-32gb
runs-on: aks-win-8-cores-64gb
env:
CMAKE_BUILD_TYPE: 'Release'
CMAKE_GENERATOR: 'Ninja Multi-Config'
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
defaults:
run:
shell: pwsh
runs-on: aks-win-16-cores-32gb
runs-on: aks-win-8-cores-64gb
env:
CMAKE_BUILD_TYPE: 'Release'
CMAKE_CXX_COMPILER_LAUNCHER: sccache
Expand Down

0 comments on commit 6964860

Please sign in to comment.