Skip to content

Commit

Permalink
ci: update to Qt 6.5.2 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverous authored Jul 22, 2023
1 parent a3131cc commit 0fdb60d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
qt-version:
- 5.15.2 # OS LTS
- 6.2.4 # LTS
- 6.5.1 # latest
- 6.5.2 # latest

steps:
- name: Download artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
qt-version:
- 5.15.2 # OS LTS
- 6.2.4 # LTS
- 6.5.1 # latest
- 6.5.2 # latest

steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
matrix:
os: [windows-2022]
qt-version:
- 6.5.1 # latest
- 6.5.2 # latest
compiler:
- MSVC
steps:
Expand Down

0 comments on commit 0fdb60d

Please sign in to comment.