@@ -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.yml@release/2.5
23+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
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 : release/2.5
29+ test-infra-ref : main
3030 script : |
3131 set -euo pipefail
3232
@@ -42,11 +42,11 @@ jobs:
4242 include :
4343 - runner : macos-m1-stable
4444 fail-fast : false
45- uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.5
45+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
4646 with :
4747 repository : pytorch/vision
4848 runner : ${{ matrix.runner }}
49- test-infra-ref : release/2.5
49+ test-infra-ref : main
5050 script : |
5151 set -euo pipefail
5252
@@ -66,13 +66,13 @@ jobs:
6666 gpu-arch-type : cuda
6767 gpu-arch-version : " 11.8"
6868 fail-fast : false
69- uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.5
69+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
7070 with :
7171 repository : pytorch/vision
7272 runner : ${{ matrix.runner }}
7373 gpu-arch-type : ${{ matrix.gpu-arch-type }}
7474 gpu-arch-version : ${{ matrix.gpu-arch-version }}
75- test-infra-ref : release/2.5
75+ test-infra-ref : main
7676 script : |
7777 set -euo pipefail
7878
0 commit comments