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 48e0297 commit ba88964Copy full SHA for ba88964
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- qt_version: [5.15.2, 6.5.2]
+ qt_version: [5.15.2, 6.7.2]
15
os: [windows-latest, ubuntu-latest, macos-latest]
16
exclude:
17
- os: macos-latest
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- qt_version: [6.5.2]
+ qt_version: [6.7.2]
36
os: [ubuntu-latest]
37
steps:
38
- uses: actions/checkout@v4
0 commit comments