Skip to content

Commit a5cec76

Browse files
Upgrade to VS 2026 on Windows tailcall CI
1 parent 7e777c5 commit a5cec76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# runner: windows-2022
5353
- target: x86_64-pc-windows-msvc/msvc
5454
architecture: x64
55-
runner: windows-2022
55+
runner: windows-2025-vs2026
5656
# - target: aarch64-pc-windows-msvc/msvc
5757
# architecture: ARM64
5858
# runner: windows-2022
@@ -83,8 +83,6 @@ jobs:
8383
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484
shell: pwsh
8585
run: |
86-
choco install visualstudio2026buildtools --no-progress -y --force --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --locale en-US --passive"
87-
$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\bin;$env:PATH"
8886
$env:PlatformToolset = "v145"
8987
./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }}
9088
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)