@@ -20,13 +20,13 @@ jobs:
2020            gpu-arch-type : cuda 
2121            gpu-arch-version : " 11.8" 
2222      fail-fast : false 
23-     uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main  
23+     uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.6  
2424    with :
2525      repository : pytorch/vision 
2626      runner : ${{ matrix.runner }} 
2727      gpu-arch-type : ${{ matrix.gpu-arch-type }} 
2828      gpu-arch-version : ${{ matrix.gpu-arch-version }} 
29-       test-infra-ref : main 
29+       test-infra-ref : release/2.6 
3030      script : | 
3131        set -euo pipefail 
3232
@@ -41,11 +41,11 @@ jobs:
4141        include :
4242          - runner : macos-m1-stable 
4343      fail-fast : false 
44-     uses : pytorch/test-infra/.github/workflows/macos_job.yml@main  
44+     uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.6  
4545    with :
4646      repository : pytorch/vision 
4747      runner : ${{ matrix.runner }} 
48-       test-infra-ref : main 
48+       test-infra-ref : release/2.6 
4949      script : | 
5050        set -euo pipefail 
5151
@@ -65,13 +65,13 @@ jobs:
6565            gpu-arch-type : cuda 
6666            gpu-arch-version : " 11.8" 
6767      fail-fast : false 
68-     uses : pytorch/test-infra/.github/workflows/windows_job.yml@main  
68+     uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.6  
6969    with :
7070      repository : pytorch/vision 
7171      runner : ${{ matrix.runner }} 
7272      gpu-arch-type : ${{ matrix.gpu-arch-type }} 
7373      gpu-arch-version : ${{ matrix.gpu-arch-version }} 
74-       test-infra-ref : main 
74+       test-infra-ref : release/2.6 
7575      script : | 
7676        set -euo pipefail 
7777
0 commit comments