Commit 2ea89be
ci(windows): pin to windows-2022 to dodge VS18 cmake/aws-lc-sys breakage
windows-latest currently aliases to the windows-2025 image, which ships
Visual Studio 2026 preview (VS18 / MSVC 14.50). cmake-rs (used by
aws-lc-sys, pulled in transitively via rustls -> aws-lc-rs) can't
resolve a generator for VS18, and MSVC 14.50's vcruntime_c11_stdatomic.h
demands /std:c11 which the aws-lc-sys build script doesn't pass. The
result is a deterministic failure at `dx bundle` on windows-latest.
Pin all three workflows to windows-2022 (VS17) until the toolchain
catches up.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 06894ec commit 2ea89be
3 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments