|
26 | 26 | # (macos-10.15, macos-11, macos-12, and macos-13 were removed by GitHub) |
27 | 27 | - { os: macos-14, python: 3.9 } |
28 | 28 | # macOS, newest supported version |
29 | | - - { os: macos-15, python: 3.12 } |
| 29 | + - { os: macos-26, python: 3.13 } |
30 | 30 |
|
31 | 31 | runs-on: ${{ matrix.os }} |
32 | 32 | steps: |
@@ -197,14 +197,16 @@ jobs: |
197 | 197 | - { os: ubuntu-22.04, qt: 5.15.2, gcc: 12 } |
198 | 198 | # Ubuntu 24.04 with the most recent Qt6 and GCC. |
199 | 199 | - { os: ubuntu-22.04, qt: 6.8.2, gcc: 12 } |
200 | | - # old macOS with oldest supported Qt5; macos-12 and macos-13 were removed by GitHub, |
201 | | - # so we can't CI with Qt 5.x any more (no ARM64 builds available), oh well |
202 | | - #- {os: macos-12, qt: 5.9.5} |
203 | | - #- {os: macos-13, qt: 5.15.2} |
204 | | - # macOS ARM64 with Qt6 |
| 200 | + # macos-12 and macos-13 were removed by GitHub, |
| 201 | + # so we can't CI with Qt 5.X on macOS any more, oh well |
| 202 | + # old macOS with last official LTS Qt5 |
| 203 | + #- { os: macos-13, qt: 5.15.2 } |
| 204 | + # old macOS ARM64 with older Qt6 |
205 | 205 | - { os: macos-14, qt: 6.7.3 } |
206 | | - # new macOS with most recent Qt6 |
207 | | - - { os: macos-15, qt: 6.8.2 } |
| 206 | + # macOS Intel with older Qt6 |
| 207 | + - { os: macos-15-intel, qt: 6.7.3 } |
| 208 | + # new macOS with most recent Qt6 LTS; note Qt 6.8.4 or later is required here |
| 209 | + - { os: macos-26, qt: 6.8.4 } |
208 | 210 | runs-on: ${{ matrix.os }} |
209 | 211 | env: |
210 | 212 | CXXFLAGS: -D NO_QT_VERSION_ERROR |
|
0 commit comments