]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-144679: MSVC tailcall CI no longer needs to specify PlatformToolset (GH-145004)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Thu, 19 Feb 2026 16:38:26 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 16:38:26 +0000 (16:38 +0000)
MSVC tailcall CI no longer needs to specify PlatformToolset

.github/workflows/tail-call.yml

index 1ab225656d694d56bd39ec705c15efe65ffcaabe..32c6aa75e479f83d74ab3259694924d2c15cf9a8 100644 (file)
@@ -51,7 +51,6 @@ jobs:
       - name: Build
         shell: pwsh
         run: |
-          $env:PlatformToolset = "v145"
           ./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
       - name: Test
         if: matrix.run_tests