mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-29 23:14:06 +08:00
Merge pull request #153 from itay-grudev/lts-only
Run CI only with LTS Qt versions
This commit is contained in:
commit
afbdb73365
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0, 6.0.0, 6.2.0]
|
||||
qt_version: [5.12.6, 5.15.0, 6.0.0, 6.2.0]
|
||||
platform: [ubuntu-20.04, windows-latest, macos-latest]
|
||||
include:
|
||||
- qt_version: 6.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user