Skip to content

Commit d8fad36

Browse files
Patch up LLVM and runner image for windows
1 parent 096d196 commit d8fad36

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
env:
2222
FORCE_COLOR: 1
23-
LLVM_VERSION: 21
23+
LLVM_VERSION: 20
2424

2525
jobs:
2626
windows:
@@ -33,14 +33,9 @@ jobs:
3333
include:
3434
- target: x86_64-pc-windows-msvc/msvc
3535
architecture: x64
36-
runner: windows-2025-vs2026
36+
runner: windows-2022
3737
build_flags: ""
3838
run_tests: true
39-
- target: x86_64-pc-windows-msvc/msvc-free-threading
40-
architecture: x64
41-
runner: windows-2025-vs2026
42-
build_flags: --disable-gil
43-
run_tests: false
4439
steps:
4540
- uses: actions/checkout@v6
4641
with:

0 commit comments

Comments
 (0)