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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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]
|
arch: [win64_msvc2019_64, win64_msvc2022_64, win64_mingw]
|
||||||
exclude:
|
exclude:
|
||||||
- version: 6.2.4
|
- version: 6.2.4
|
||||||
@ -32,6 +32,10 @@ jobs:
|
|||||||
arch: win64_msvc2019_64
|
arch: win64_msvc2019_64
|
||||||
- version: 6.9.1
|
- version: 6.9.1
|
||||||
arch: win64_mingw
|
arch: win64_mingw
|
||||||
|
- version: 6.10.0
|
||||||
|
arch: win64_msvc2019_64
|
||||||
|
- version: 6.10.0
|
||||||
|
arch: win64_mingw
|
||||||
steps:
|
steps:
|
||||||
- name: Pull code
|
- name: Pull code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user