Skip to content

Commit e704cd8

Browse files
committed
[ci] global: update to Qt 6.5.2
1 parent 2c73431 commit e704cd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66

77
env:
8-
QT_VERSION: 6.5.1
8+
QT_VERSION: 6.5.2
99
OPENCV_VERSION: 4.8.0
1010
OPENCV_VERSION_: 480
1111

.github/workflows/build_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66

77
env:
8-
QT_VERSION: 6.5.1
8+
QT_VERSION: 6.5.2
99
OPENCV_VERSION: 4.8.0
1010
OPENCV_VERSION_: 480
1111

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
branches:
99
- master
1010
env:
11-
QT_VERSION: 6.5.0
12-
OPENCV_VERSION: 4.7.0
11+
QT_VERSION: 6.5.2
12+
OPENCV_VERSION: 4.8.0
1313

1414
jobs:
1515
test_linux:

0 commit comments

Comments
 (0)