We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e87c9c commit 27d3ca7Copy full SHA for 27d3ca7
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- qt_version: [5.15.10, 6.5.2]
+ qt_version: [5.15.2, 6.5.2]
15
os: [windows-latest, ubuntu-latest, macos-latest]
16
steps:
17
- uses: actions/checkout@v3
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
ISDIR: 'C:\Program Files (x86)\Inno Setup 6'
86
87
88
- qt_version: [5.15.10]
+ qt_version: [5.15.2]
89
os: [windows-latest]
90
91
0 commit comments