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 096d196 commit d8fad36Copy full SHA for d8fad36
.github/workflows/tail-call.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
env:
22
FORCE_COLOR: 1
23
- LLVM_VERSION: 21
+ LLVM_VERSION: 20
24
25
jobs:
26
windows:
@@ -33,14 +33,9 @@ jobs:
33
include:
34
- target: x86_64-pc-windows-msvc/msvc
35
architecture: x64
36
- runner: windows-2025-vs2026
+ runner: windows-2022
37
build_flags: ""
38
run_tests: true
39
- - target: x86_64-pc-windows-msvc/msvc-free-threading
40
- architecture: x64
41
42
- build_flags: --disable-gil
43
- run_tests: false
44
steps:
45
- uses: actions/checkout@v6
46
with:
0 commit comments