Skip to content

Commit

Permalink
upgrade Qt version to 6.8.1 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
terrychan999 committed Jan 4, 2025
1 parent c9594da commit 28bd2be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.6.3'
version: '6.8.1'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
arch: 'linux_gcc_64'
modules: 'qt3d'
setup-python: 'false'
cache: true
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.6.3'
version: '6.8.1'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.6.3'
version: '6.8.1'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
arch: 'linux_gcc_64'
modules: 'qt3d'
setup-python: 'false'
cache: true
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.6.3'
version: '6.8.1'
host: 'mac'
target: 'desktop'
arch: 'clang_64'
Expand Down

0 comments on commit 28bd2be

Please sign in to comment.