Skip to content

Commit 0cac337

Browse files
authored
Switch blob upload to new GHA pool (#90)
1 parent 3f012ff commit 0cac337

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
@@ -301,7 +301,9 @@ jobs:
301301
# "not(failed())" is also true when the build has been canceled, so ignore that too.
302302
condition: and(not(failed()), not(canceled()))
303303
pool:
304-
vmImage: ubuntu-latest
304+
name: TypeScript-1ES-Deploys
305+
demands:
306+
- ImageOverride -equals mariner-2.0
305307
workspace:
306308
clean: all # Always start with a clean slate.
307309

0 commit comments

Comments
 (0)