Skip to content

Commit ba88964

Browse files
authored
bump CI build to use the latest Qt 6 release (#801)
1 parent 48e0297 commit ba88964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
qt_version: [5.15.2, 6.5.2]
14+
qt_version: [5.15.2, 6.7.2]
1515
os: [windows-latest, ubuntu-latest, macos-latest]
1616
exclude:
1717
- os: macos-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
qt_version: [6.5.2]
35+
qt_version: [6.7.2]
3636
os: [ubuntu-latest]
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)