|
23 | 23 | - { os: ubuntu-22.04, gcc: 9, python: 3.9 } |
24 | 24 | - { os: ubuntu-24.04, gcc: 12, python: 3.12 } |
25 | 25 | # macOS, oldest supported version |
26 | | - # (macos-10.15, macos-11, and macos-12 were removed by GitHub) |
27 | | - - { os: macos-13, python: 3.9 } |
| 26 | + # (macos-10.15, macos-11, macos-12, and macos-13 were removed by GitHub) |
| 27 | + - { os: macos-14, python: 3.9 } |
28 | 28 | # macOS, newest supported version |
29 | 29 | - { os: macos-15, python: 3.12 } |
30 | 30 |
|
@@ -197,11 +197,11 @@ 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 was removed by GitHub, |
| 200 | + # old macOS with oldest supported Qt5; macos-12 and macos-13 were removed by GitHub, |
201 | 201 | # so we can't CI with Qt 5.9.5 any more, oh well |
202 | 202 | #- {os: macos-12, qt: 5.9.5} |
203 | 203 | # old macOS with last official LTS Qt5 |
204 | | - - { os: macos-13, qt: 5.15.2 } |
| 204 | + - { os: macos-14, qt: 5.15.2 } |
205 | 205 | # new macOS with most recent Qt6 |
206 | 206 | - { os: macos-15, qt: 6.8.2 } |
207 | 207 | runs-on: ${{ matrix.os }} |
|
0 commit comments