chore: update qt to 5.15.1

This commit is contained in:
rankun 2020-08-30 10:50:29 +08:00
parent 1316f037c3
commit cbed591aed
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
qt-ver: [5.15.0]
qt-ver: [5.15.1]
qt-arch-install: [clang_64]
clang-arch: [x64]
env:

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-16.04,ubuntu-18.04]
qt-ver: [5.15.0]
qt-ver: [5.15.1]
qt-arch-install: [gcc_64]
gcc-arch: [x64]
env:

View file

@ -22,7 +22,7 @@ jobs:
# 矩阵配置 https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix
strategy:
matrix:
qt-ver: [5.15.0]
qt-ver: [5.15.1]
qt-arch: [win64_msvc2019_64, win32_msvc2019]
# 配置qt-arch的额外设置msvc-archqt-arch-install
include: