Skip to content

Commit

Permalink
Update CI dependency versions.
Browse files Browse the repository at this point in the history
Qt 6.7 is avoided for now due to issues with the new windows11 theme
  • Loading branch information
zrax committed Jun 12, 2024
1 parent 1541d96 commit 9cba216
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
matrix:
cfg:
- kf_version: "5.115"
kf_fullver: "5.115.0"
- kf_version: "5.116"
kf_fullver: "5.116.0"
qt_version: "5.15.2"
kf_cmake_args: ""
- kf_version: "6.0"
kf_fullver: "6.0.0"
qt_version: "6.5.3"
- kf_version: "6.3"
kf_fullver: "6.3.0"
qt_version: "6.6.3"
kf_cmake_args: "-DBUILD_WITH_QT6=ON"

steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
strategy:
matrix:
cfg:
- kf_version: "5.115"
kf_fullver: "5.115.0"
- kf_version: "5.116"
kf_fullver: "5.116.0"
qt_version: "5.15.2"
cmake_generator: "Visual Studio 16 2019"
kf_cmake_args: ""
build_installer: "$false"
deploy_openssl: "$true"
- kf_version: "6.0"
kf_fullver: "6.0.0"
qt_version: "6.5.3"
- kf_version: "6.3"
kf_fullver: "6.3.0"
qt_version: "6.6.3"
cmake_generator: "Visual Studio 16 2019"
kf_cmake_args: "-DBUILD_WITH_QT6=ON"
build_installer: "$true"
Expand Down

0 comments on commit 9cba216

Please sign in to comment.