Skip to content

Commit

Permalink
ci(github): build with Qt 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Sep 10, 2023
1 parent b22f781 commit ef763c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
name: "Windows Server 2022 / Qt 6",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.0",
qt_version: "6.5.2",
configurePreset: ninja-multi-vcpkg,
buildPreset: ninja-multi-vcpkg-release,
publishArtifacts: true
Expand All @@ -109,7 +109,7 @@ jobs:
name: "Windows Server 2022 / Qt 6 / Portable",
os: windows-2022,
qt_modules: "qtwebengine qtwebchannel qtpositioning",
qt_version: "6.5.0",
qt_version: "6.5.2",
configurePreset: ninja-multi-vcpkg-portable,
buildPreset: ninja-multi-vcpkg-portable-release,
publishArtifacts: true
Expand Down

0 comments on commit ef763c4

Please sign in to comment.