Commit edbd354
committed
ci: Fix the macOS and Windows builds
Both failures come from the runner images moving on, not from KDChart.
macos-latest no longer ships the AGL framework, which Qt links QtGui
against, so the shared build fails with "ld: framework 'AGL' not found"
(QTBUG-137687). Qt removed that linkage in 6.9.2, so use 6.9.3.
windows-latest is now Visual Studio 2025, whose STL dropped stdext,
which Qt 5.15.2 still uses in qvarlengtharray.h. That combination cannot
work and Qt 5.15.2 will not be fixed, so build Qt 5 on windows-2022 and
keep Qt 6 on windows-latest. The job count is unchanged.1 parent 73c8cd4 commit edbd354
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
43 | 56 | | |
44 | 57 | | |
45 | 58 | | |
| |||
0 commit comments