Commit 3ff8b04
ci: switch test-reporter jobs from windows-latest to ubuntu-latest
The ci-report workflow only runs dorny/test-reporter, which downloads
test artifacts and posts check run results. This work is
platform-independent and does not require a Windows environment.
Switching to ubuntu-latest:
- Reduces CI job startup time (~1–2 min faster per PR)
- Reduces per-minute billing cost (Windows runners are ~2x more
expensive than Linux runners)
- No functional difference: TRX files from the test jobs are just
downloaded and parsed, not executed
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c4fbcf6 commit 3ff8b04
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments