Skip to content

Commit c254735

Browse files
committed
Try to fix Windows CMake job
1 parent e3b5d3a commit c254735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
gpu-arch-type: cpu
6767
- runner: windows.g5.4xlarge.nvidia.gpu
6868
gpu-arch-type: cuda
69-
gpu-arch-version: "12.6"
69+
gpu-arch-version: "13.0"
7070
fail-fast: false
7171
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
7272
with:
@@ -78,7 +78,7 @@ jobs:
7878
script: |
7979
set -euo pipefail
8080
81-
export PYTHON_VERSION=3.9
81+
export PYTHON_VERSION=3.11
8282
export VC_YEAR=2022
8383
export VSDEVCMD_ARGS=""
8484
export GPU_ARCH_TYPE=${{ matrix.gpu-arch-type }}

0 commit comments

Comments
 (0)