mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: add qt 6.10.0 to ci
This commit is contained in:
parent
7b867da94b
commit
fb3007ee0b
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [6.2.4, 6.5.3, 6.8.3, 6.9.1]
|
||||
version: [6.2.4, 6.5.3, 6.8.3, 6.9.1, 6.10.0]
|
||||
arch: [win64_msvc2019_64, win64_msvc2022_64, win64_mingw]
|
||||
exclude:
|
||||
- version: 6.2.4
|
||||
@ -32,6 +32,10 @@ jobs:
|
||||
arch: win64_msvc2019_64
|
||||
- version: 6.9.1
|
||||
arch: win64_mingw
|
||||
- version: 6.10.0
|
||||
arch: win64_msvc2019_64
|
||||
- version: 6.10.0
|
||||
arch: win64_mingw
|
||||
steps:
|
||||
- name: Pull code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user