Skip to content

Commit

Permalink
chore: Switch Windows Release to the latest QT 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 27, 2024
1 parent 0d2346a commit b60fe81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "5.15.2"
version: "6.7"
host: "windows"
target: "desktop"
arch: "win64_mingw81"
arch: "win64_mingw"
dir: "${{ github.workspace }}/qt/"
install-deps: "true"

Expand Down

0 comments on commit b60fe81

Please sign in to comment.