Commit 8edacab
ci: pin Windows release job to windows-2022 (VS 2022)
GitHub's windows-latest image rolled forward to Visual Studio 18 (2026,
MSVC 14.51), which the pinned `cmake` 0.1.54 crate doesn't recognize. The
whisper-rs-sys cmake build of whisper.cpp then panics ("Visual studio version
detected but this crate doesn't know how to generate cmake files for it"),
failing the Windows release job.
Pin to windows-2022 (VS 2022), the known-good environment past Windows releases
built on; updated the two `if: matrix.platform` guards to match. Revisit
windows-latest once the cmake crate gains VS 18 support.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 57f28e9 commit 8edacab
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments