We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35150bb commit 3337ffaCopy full SHA for 3337ffa
1 file changed
.github/workflows/tests.yml
@@ -198,10 +198,11 @@ jobs:
198
# Ubuntu 24.04 with the most recent Qt6 and GCC.
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.9.5 any more, oh well
+ # 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
- # old macOS with last official LTS Qt5
204
- - { os: macos-14, qt: 5.15.2 }
+ #- {os: macos-13, qt: 5.15.2}
+ # macOS ARM64 with Qt6
205
+ - { os: macos-14, qt: 6.7.3 }
206
# new macOS with most recent Qt6
207
- { os: macos-15, qt: 6.8.2 }
208
runs-on: ${{ matrix.os }}
0 commit comments