Skip to content

Commit

Permalink
kokoro: windows: use Python 3.12 (#5920)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Dec 18, 2024
1 parent 1a84052 commit a466e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/scripts/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ set SRC=%cd%\github\SPIRV-Tools
set BUILD_TYPE=%1
set VS_VERSION=%2

:: Force usage of python 3.6, cmake 3.31.2
set PATH=C:\python36;c:\cmake-3.31.2\bin;%PATH%
:: Force usage of python 3.12, cmake 3.31.2
set PATH=C:\python312;c:\cmake-3.31.2\bin;%PATH%

:: #########################################
:: set up msvc build env
Expand Down

0 comments on commit a466e9d

Please sign in to comment.