Change pool to LOW

This commit is contained in:
alexxu-amd
2024-05-31 14:12:57 -04:00
parent 52f8a0ad36
commit b69b997d69
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
pool: ${{ variables.MEDIUM_BUILD_POOL }}
pool: ${{ variables.LOW_BUILD_POOL }}
workspace:
clean: all
steps:

View File

@@ -34,7 +34,7 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
pool: ${{ variables.MEDIUM_BUILD_POOL }}
pool: ${{ variables.LOW_BUILD_POOL }}
workspace:
clean: all
steps: