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 19263ec commit 5b107ddCopy full SHA for 5b107dd
.github/workflows/build.yml
@@ -171,6 +171,8 @@ jobs:
171
# Skip Win32 on free-threaded builds
172
- { arch: Win32, free-threading: true }
173
include:
174
+ # msvc::musttail is currently only supported on x64,
175
+ # and only supported on 3.15+.
176
- { arch: x64, free-threading: false, interpreter: tail-call }
177
- { arch: x64, free-threading: true, interpreter: tail-call }
178
uses: ./.github/workflows/reusable-windows.yml
0 commit comments