Skip to content

Commit

Permalink
action: upgrade to qt6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YiFang Xiao committed Jan 19, 2024
1 parent b5de527 commit bb46ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [macos-12,macos-13]
qt_ver: [ 6.6.0,6.7.0 ]
qt_ver: [ 6.6.1,6.7.0 ]
qt_arch: [clang_64]
env:
targetName: GoldenDict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
qt_ver: [ 6.6.0 ]
qt_ver: [ 6.6.1 ]
qt_arch: [gcc_64]
env:
version: 23.12.08
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [windows-2019]
qt_ver: [ 6.6.0,6.7.0 ]
qt_ver: [ 6.6.1,6.7.0 ]
qt_arch: [win64_msvc2019_64]
env:
targetName: GoldenDict.exe
Expand Down

0 comments on commit bb46ed4

Please sign in to comment.