From 124e201e77cff96f7b6059376e4fa40766acb918 Mon Sep 17 00:00:00 2001 From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:38:50 +0100 Subject: [PATCH] MSVC tailcall CI no longer needs to specify PlatformToolset --- .github/workflows/tail-call.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 1ab225656d694d..32c6aa75e479f8 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