main
朱子楚\zhuzi 2023-03-08 00:17:42 +08:00
parent cd5722b9d1
commit 782b1a247f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15,macos-11.0]
qt_ver: [5.9.9,5.12.10,5.15.2,6.2.2]
qt_ver: [5.15.2]
qt_arch: [clang_64]
env:
targetName: example

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04,ubuntu-20.04]
qt_ver: [5.9.9,5.12.10,5.15.2,6.2.2]
qt_ver: [5.15.2]
qt_arch: [gcc_64]
exclude:
# Qt6.2.2 need GLIBC_2.28, ubuntu 18.04 have not.