Update win-vs2022-cuda12.1-py3 -> win-vs2022-cuda12.6-py3 (#148717)

Should have been migrated long ago
Pull Request resolved: https://github.com/pytorch/pytorch/pull/148717
Approved by: https://github.com/ZainRizvi, https://github.com/malfet
This commit is contained in:
Andrey Talman 2025-03-07 03:21:24 +00:00 committed by PyTorch MergeBot
parent 389b496062
commit cdb4fd0d29

View File

@ -154,13 +154,13 @@ jobs:
test-matrix: ${{ needs.win-vs2022-cpu-py3-build.outputs.test-matrix }}
secrets: inherit
win-vs2022-cuda12_1-py3-build:
name: win-vs2022-cuda12.1-py3
win-vs2022-cuda12_6-py3-build:
name: win-vs2022-cuda12.6-py3
uses: ./.github/workflows/_win-build.yml
needs: get-label-type
with:
build-environment: win-vs2022-cuda12.1-py3
cuda-version: "12.1"
build-environment: win-vs2022-cuda12.6-py3
cuda-version: "12.6"
runner: "${{ needs.get-label-type.outputs.label-type }}windows.4xlarge.nonephemeral"
secrets: inherit