Commit 9992368
committed
Restrict MSVC compiler to 2022
by using windows-2022 (which stands for Windows Server 2022) instead of
windows-latest.
Otherwise there is a compile error regarding usage of stdext in Qt5;
stdext was removed in MSVC 2026.1 parent 8e5f465 commit 9992368
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments