Skip to content

Commit

Permalink
Revert "aqt somehow suddenly fails to download Qt 6.6.0"
Browse files Browse the repository at this point in the history
This reverts commit f7ccee2.
  • Loading branch information
chris2511 committed Feb 14, 2024
1 parent 687dab8 commit 4d6ec48
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.5.3" ]
qt: [ "5.15.2", "6.6.0" ]

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

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

Expand Down

0 comments on commit 4d6ec48

Please sign in to comment.