Skip to content

Commit 3337ffa

Browse files
committed
bump qt version to qt6 for macos-14
1 parent 35150bb commit 3337ffa

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,11 @@ jobs:
198198
# Ubuntu 24.04 with the most recent Qt6 and GCC.
199199
- { os: ubuntu-22.04, qt: 6.8.2, gcc: 12 }
200200
# 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
201+
# so we can't CI with Qt 5.x any more (no ARM64 builds available), oh well
202202
#- {os: macos-12, qt: 5.9.5}
203-
# old macOS with last official LTS Qt5
204-
- { os: macos-14, qt: 5.15.2 }
203+
#- {os: macos-13, qt: 5.15.2}
204+
# macOS ARM64 with Qt6
205+
- { os: macos-14, qt: 6.7.3 }
205206
# new macOS with most recent Qt6
206207
- { os: macos-15, qt: 6.8.2 }
207208
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)