@@ -153,7 +153,7 @@ jobs:
153153
154154 export-models :
155155 name : export-models
156- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
156+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.6
157157 needs : set-parameters
158158 strategy :
159159 matrix :
@@ -228,7 +228,7 @@ jobs:
228228
229229 build-benchmark-app :
230230 name : build-benchmark-app
231- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
231+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.6
232232 needs :
233233 - set-parameters
234234 secrets : inherit
@@ -334,7 +334,7 @@ jobs:
334334 permissions :
335335 id-token : write
336336 contents : read
337- uses : pytorch/test-infra/.github/workflows/mobile_job.yml@main
337+ uses : pytorch/test-infra/.github/workflows/mobile_job.yml@release/2.6
338338 strategy :
339339 matrix :
340340 model : ${{ fromJson(needs.set-parameters.outputs.models) }}
@@ -379,7 +379,7 @@ jobs:
379379 aws-region : us-east-1
380380
381381 - name : Setup conda
382- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
382+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.6
383383 with :
384384 python-version : ' 3.10'
385385
@@ -427,14 +427,14 @@ jobs:
427427
428428 # TODO (huydhn): Remove v2 schema once the benchmark dashboard finishes the migration
429429 - name : Upload the benchmark results (v2)
430- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
430+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@release/2.6
431431 with :
432432 benchmark-results-dir : benchmark-results/v2
433433 dry-run : false
434434 schema-version : v2
435435
436436 - name : Upload the benchmark results (v3)
437- uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
437+ uses : pytorch/test-infra/.github/actions/upload-benchmark-results@release/2.6
438438 with :
439439 benchmark-results-dir : benchmark-results/v3
440440 dry-run : false
0 commit comments