@@ -26,12 +26,12 @@ defaults:
2626
2727jobs :
2828 generate-matrix :
29- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
29+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.12
3030 with :
3131 package-type : wheel
3232 os : linux
3333 test-infra-repository : pytorch/test-infra
34- test-infra-ref : main
34+ test-infra-ref : release/2.12
3535 with-cpu : disable
3636 with-xpu : disable
3737 with-rocm : disable
@@ -42,12 +42,12 @@ jobs:
4242 strategy :
4343 fail-fast : false
4444 name : Build and Upload wheel
45- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
45+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.12
4646 with :
4747 repository : meta-pytorch/torchcodec
4848 ref : " "
4949 test-infra-repository : pytorch/test-infra
50- test-infra-ref : main
50+ test-infra-ref : release/2.12
5151 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5252 pre-script : packaging/pre_build_script.sh
5353 post-script : packaging/post_build_script.sh
@@ -67,12 +67,12 @@ jobs:
6767 # PR.
6868 # For the actual release we should add that label and change this to
6969 # include more python versions.
70- python-version : ['3.10']
70+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
7171 # We test against 12.6 and 13.0 to avoid having too big of a CI matrix,
7272 # but for releases we should add 12.8.
73- cuda-version : ['12.6', '13.0']
73+ cuda-version : ['12.6', '13.0', '13.2' ]
7474 # TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
75- ffmpeg-version-for-tests : ['4', '6', '7', '8']
75+ ffmpeg-version-for-tests : ['4', '5', ' 6', '7', '8']
7676
7777 container :
7878 image : " pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
9393 run : bash packaging/remove_src.sh
9494
9595 - name : Setup miniconda using test-infra
96- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
96+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.12
9797 with :
9898 python-version : ${{ matrix.python-version }}
9999 # We install conda packages at the start because otherwise conda may have conflicts with dependencies.
@@ -221,7 +221,7 @@ jobs:
221221 run : bash packaging/remove_src.sh
222222
223223 - name : Setup miniconda using test-infra
224- uses : pytorch/test-infra/.github/actions/setup-miniconda@main
224+ uses : pytorch/test-infra/.github/actions/setup-miniconda@release/2.12
225225 with :
226226 python-version : ${{ env.PYTHON_VERSION }}
227227 # We install conda packages at the start because otherwise conda may have conflicts with dependencies.
0 commit comments