Skip to content

Commit

Permalink
aqt somehow suddenly fails to download Qt 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris2511 committed Oct 9, 2023
1 parent 405bc0c commit f7ccee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:

os: [ ubuntu, macos, windows ]
qt: [ "5.15.2", "6.6.0" ]
qt: [ "5.15.2", "6.5.3" ]

include:
- os: ubuntu
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

exclude:
- os: windows
qt: "6.6.0"
qt: "6.5.3"
#winarch: win64_mingw
#runs: windows-latest

Expand Down

0 comments on commit f7ccee2

Please sign in to comment.