Skip to content

Commit ea814fe

Browse files
committed
refeator: 升级CI的Qt版本
1 parent 21297ab commit ea814fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# 6.2.4
2525
- qt_version: 6.2.4
2626
qt_arch: clang_64
27-
# 6.7.2
28-
- qt_version: 6.7.2
27+
# 6.8.0
28+
- qt_version: 6.8.0
2929
qt_arch: clang_64
3030
modules: 'qthttpserver qtwebsockets'
3131
env:

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
# 6.2.4
2525
- qt_version: 6.2.4
2626
qt_arch: gcc_64
27-
# 6.7.2
28-
- qt_version: 6.7.2
27+
# 6.8.0
28+
- qt_version: 6.8.0
2929
qt_arch: linux_gcc_64
3030
modules: 'qthttpserver qtwebsockets'
3131
env:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- qt_version: 6.2.4
3535
qt_arch: win64_msvc2019_64
3636
arch: x64
37-
# 6.7.2
38-
- qt_version: 6.7.2
37+
# 6.8.0
38+
- qt_version: 6.8.0
3939
qt_arch: win64_msvc2019_64
4040
arch: x64
4141
modules: 'qthttpserver qtwebsockets'

0 commit comments

Comments
 (0)