Skip to content

Commit 9d3a102

Browse files
authored
Fix forgotten job pool (#92)
1 parent 0cac337 commit 9d3a102

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@ jobs:
452452
- ProcessResults
453453
condition: and(failed(), eq(variables['IS_PR'], 'true'))
454454
pool:
455-
vmImage: ubuntu-latest
455+
name: TypeScript-1ES-Deploys
456+
demands:
457+
- ImageOverride -equals mariner-2.0
456458
workspace:
457459
clean: all # Always start with a clean slate.
458460

0 commit comments

Comments
 (0)