@@ -203,8 +203,8 @@ jobs:
203
203
- { qt: '6.5.3', cc: gcc }
204
204
- { qt: '6.6.3', cc: gcc }
205
205
- { qt: '6.7.3', cc: gcc }
206
- - { qt: '6.8.0 ', cc: gcc } # \todo See if this is still needed.
207
- - { qt: '6.9.0', cc: gcc } # \todo See if this is still needed.
206
+ - { qt: '6.8.1 ', cc: gcc }
207
+ # { qt: '6.9.0', cc: gcc } # \todo See if this is still needed.
208
208
steps :
209
209
- uses : actions/checkout@v4
210
210
- name : Install lcov
@@ -367,9 +367,10 @@ jobs:
367
367
- { arch: arm64, qt: '5.13.2' }
368
368
- { arch: arm64, qt: '5.14.2' }
369
369
- { arch: arm64, qt: '5.15.2' }
370
- # Also exclude arm64 for Qt 6.8 for now, as Qt 6.8 is moving to native-only (not cross-compiling) arm64 on
370
+ # Also exclude arm64 for Qt 6.8+ for now, as Qt 6.8 is moving to native-only (not cross-compiling) arm64 on
371
371
# Windows (https://www.qt.io/blog/qt-for-windows-on-arm-may21-update) and there are not compatible runners.
372
372
- { arch: arm64, qt: '6.8.1' } # \todo Qt 6.8.1 might have restored cross-compilation.
373
+ - { arch: arm64, qt: '6.9.0' } # \todo Qt 6.9.0 might have restored cross-compilation.
373
374
# Exclude MinGW (including LLVM) builds for arm64, since Qt does not provide those binaries yet.
374
375
- { arch: arm64, toolchain: llvm }
375
376
- { arch: arm64, toolchain: mingw }
0 commit comments