We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c6e0 commit fb5ff59Copy full SHA for fb5ff59
.github/workflows/tail-call.yml
@@ -38,6 +38,7 @@ jobs:
38
# Un-comment as we add support for more platforms for tail-calling interpreters.
39
# - i686-pc-windows-msvc/msvc
40
- x86_64-pc-windows-msvc/msvc
41
+ - free-threading-msvc
42
# - aarch64-pc-windows-msvc/msvc
43
- x86_64-apple-darwin/clang
44
- aarch64-apple-darwin/clang
@@ -88,7 +89,7 @@ jobs:
88
89
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
90
91
- name: Native Windows MSVC with free-threading (release)
- if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
92
+ if: matrix.target == 'free-threading'
93
shell: pwsh
94
run: |
95
$env:PlatformToolset = "v145"
0 commit comments