Skip to content

Commit

Permalink
fix: 更新5.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
s12mmm3 committed Dec 6, 2024
1 parent e2cb32f commit f41ddf5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
# 矩阵配置
matrix:
include:
# 5.15.2
- qt_version: 5.15.2
# 5.15.16
- qt_version: 5.15.16
qt_arch: clang_64
# 6.2.4
- qt_version: 6.2.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# 5.12.12
- qt_version: 5.12.12
qt_arch: gcc_64
# 5.15.2
- qt_version: 5.15.2
# 5.15.16
- qt_version: 5.15.16
qt_arch: gcc_64
# 6.2.4
- qt_version: 6.2.4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- qt_version: 5.12.12
qt_arch: win64_msvc2017_64
arch: x64
# 5.15.2
- qt_version: 5.15.2
# 5.15.16
- qt_version: 5.15.16
qt_arch: win32_msvc2019
arch: win32
- qt_version: 5.15.2
- qt_version: 5.15.16
qt_arch: win64_msvc2019_64
arch: x64
# 6.2.4
Expand Down

0 comments on commit f41ddf5

Please sign in to comment.