Commit c5a8010
committed
ci: re-add Windows x86_64 to the release matrix
Re-add Windows support to all 4 files (mix.exs, justfile,
.github/workflows/ci.yml, mix.lock). Windows was previously
dropped because the windows-latest runner reports
'ImageOS=win25-vs2026' which erlef/setup-beam doesn't recognize
(only supports win22/win25/win25 but not win25-vs2026).
Fix the same way we fixed the ARM64 runner: pin to windows-2022
explicitly and override ImageOS=win22. Added:
- Pin 'os: windows-2022' in the matrix (instead of
windows-latest) so the runner ImageOS is stable
- Add 'ImageOS: win22' override (for the matrix.os ==
'windows-2022' case) so erlef/setup-beam accepts the
runner
- Add Windows-specific install step for 7zip + xz via choco
(Burrito needs 7z/7zz in PATH to package Windows
releases; 7zip is not preinstalled on windows-2022)
- Add Windows case to the rename shell script
- Add Windows row to the GitHub Release markdown table
mix.lock: deps updated (earmark_parser 1.4.44→1.4.45,
json_codec 0.1.3→0.1.4, pi_bridge 0.6.14→0.6.20) from
recent mix deps.get operations.
Verified:
- actionlint clean
- mix ci green (compile + format + credo + xref + dialyzer + tests)
- 162 tests pass
- 'just release' builds all 5 targets, renamed to
ado-0.1.0-{linux-x86_64,linux-aarch64,macos-aarch64,
macos-x86_64,windows-x86_64.exe}
Note: 'mix compile --warnings-as-errors' passes (exit 0) for
all 3 envs. Visible warnings during compilation are all from
3rd-party deps (hpax, plug, sourceror, ex_ast, excoveralls) and
are unfixable from our side.1 parent 9a819b8 commit c5a8010
4 files changed
Lines changed: 66 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
210 | 218 | | |
211 | 219 | | |
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
| 224 | + | |
| 225 | + | |
216 | 226 | | |
217 | 227 | | |
218 | 228 | | |
219 | 229 | | |
220 | 230 | | |
221 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
222 | 241 | | |
223 | 242 | | |
224 | 243 | | |
| |||
229 | 248 | | |
230 | 249 | | |
231 | 250 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
238 | 258 | | |
239 | 259 | | |
240 | 260 | | |
| |||
257 | 277 | | |
258 | 278 | | |
259 | 279 | | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
260 | 291 | | |
261 | 292 | | |
262 | 293 | | |
| |||
287 | 318 | | |
288 | 319 | | |
289 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
290 | 325 | | |
291 | 326 | | |
292 | 327 | | |
| |||
305 | 340 | | |
306 | 341 | | |
307 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
308 | 347 | | |
309 | 348 | | |
310 | 349 | | |
| |||
314 | 353 | | |
315 | 354 | | |
316 | 355 | | |
| 356 | + | |
317 | 357 | | |
318 | 358 | | |
319 | 359 | | |
320 | 360 | | |
321 | 361 | | |
322 | 362 | | |
323 | 363 | | |
324 | | - | |
| 364 | + | |
325 | 365 | | |
326 | 366 | | |
327 | 367 | | |
328 | 368 | | |
329 | 369 | | |
330 | | - | |
| 370 | + | |
331 | 371 | | |
332 | 372 | | |
333 | 373 | | |
334 | 374 | | |
335 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
336 | 381 | | |
337 | 382 | | |
338 | 383 | | |
339 | 384 | | |
340 | 385 | | |
341 | 386 | | |
342 | | - | |
| 387 | + | |
343 | 388 | | |
344 | 389 | | |
345 | 390 | | |
| |||
383 | 428 | | |
384 | 429 | | |
385 | 430 | | |
| 431 | + | |
386 | 432 | | |
387 | 433 | | |
388 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments