From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:38:26 +0000 (+0100) Subject: GH-144679: MSVC tailcall CI no longer needs to specify PlatformToolset (GH-145004) X-Git-Tag: v3.15.0a7~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0341b10a5d790aa70776f881a1c9bc1f75fac602;p=thirdparty%2FPython%2Fcpython.git GH-144679: MSVC tailcall CI no longer needs to specify PlatformToolset (GH-145004) MSVC tailcall CI no longer needs to specify PlatformToolset --- diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 1ab225656d69..32c6aa75e479 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -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