@@ -20,13 +20,13 @@ jobs:
20
20
gpu-arch-type : cuda
21
21
gpu-arch-version : " 11.8"
22
22
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
24
24
with :
25
25
repository : pytorch/vision
26
26
runner : ${{ matrix.runner }}
27
27
gpu-arch-type : ${{ matrix.gpu-arch-type }}
28
28
gpu-arch-version : ${{ matrix.gpu-arch-version }}
29
- test-infra-ref : main
29
+ test-infra-ref : release/2.6
30
30
script : |
31
31
set -euo pipefail
32
32
@@ -41,11 +41,11 @@ jobs:
41
41
include :
42
42
- runner : macos-m1-stable
43
43
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
45
45
with :
46
46
repository : pytorch/vision
47
47
runner : ${{ matrix.runner }}
48
- test-infra-ref : main
48
+ test-infra-ref : release/2.6
49
49
script : |
50
50
set -euo pipefail
51
51
@@ -65,13 +65,13 @@ jobs:
65
65
gpu-arch-type : cuda
66
66
gpu-arch-version : " 11.8"
67
67
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
69
69
with :
70
70
repository : pytorch/vision
71
71
runner : ${{ matrix.runner }}
72
72
gpu-arch-type : ${{ matrix.gpu-arch-type }}
73
73
gpu-arch-version : ${{ matrix.gpu-arch-version }}
74
- test-infra-ref : main
74
+ test-infra-ref : release/2.6
75
75
script : |
76
76
set -euo pipefail
77
77
0 commit comments