@@ -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.yml@main
23
+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
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.4
30
30
script : |
31
31
set -euo pipefail
32
32
@@ -42,11 +42,11 @@ jobs:
42
42
include :
43
43
- runner : macos-m1-stable
44
44
fail-fast : false
45
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
45
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.4
46
46
with :
47
47
repository : pytorch/vision
48
48
runner : ${{ matrix.runner }}
49
- test-infra-ref : main
49
+ test-infra-ref : release/2.4
50
50
script : |
51
51
set -euo pipefail
52
52
@@ -66,13 +66,13 @@ jobs:
66
66
gpu-arch-type : cuda
67
67
gpu-arch-version : " 11.8"
68
68
fail-fast : false
69
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
69
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.4
70
70
with :
71
71
repository : pytorch/vision
72
72
runner : ${{ matrix.runner }}
73
73
gpu-arch-type : ${{ matrix.gpu-arch-type }}
74
74
gpu-arch-version : ${{ matrix.gpu-arch-version }}
75
- test-infra-ref : main
75
+ test-infra-ref : release/2.4
76
76
script : |
77
77
set -euo pipefail
78
78
0 commit comments