Skip to content

Commit 5b107dd

Browse files
committed
add comment
1 parent 19263ec commit 5b107dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ jobs:
171171
# Skip Win32 on free-threaded builds
172172
- { arch: Win32, free-threading: true }
173173
include:
174+
# msvc::musttail is currently only supported on x64,
175+
# and only supported on 3.15+.
174176
- { arch: x64, free-threading: false, interpreter: tail-call }
175177
- { arch: x64, free-threading: true, interpreter: tail-call }
176178
uses: ./.github/workflows/reusable-windows.yml

0 commit comments

Comments
 (0)