#2739 - updated azure-benchmark-pipeline.yaml to run on ubuntu-latest while we wait for authorisation to use the yak pool

This commit is contained in:
Chris McCarthy
2024-07-05 17:02:35 +01:00
parent 5e8343ca91
commit c146992307

View File

@@ -19,7 +19,7 @@ jobs:
- job: PrimAITE_Benchmark
timeoutInMinutes: 0 # Set to unlimited timeout
pool:
name: 'Imaginary Yak Pool'
vmImage: ubuntu-latest
workspace:
clean: all
steps: