mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Update main.yml
This commit is contained in:
parent
a3da1727ae
commit
4b334b7f5d
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@ -15,12 +15,18 @@ jobs:
|
||||
name: Build
|
||||
strategy:
|
||||
matrix:
|
||||
qt_version: [5.15.0, 6.2.6, 6.5.0]
|
||||
platform: [ubuntu-20.04, windows-latest, macos-latest]
|
||||
qt_version:
|
||||
- 5.15.0
|
||||
- 6.2.6
|
||||
- 6.5.0
|
||||
platform:
|
||||
- ubuntu-20.04
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
include:
|
||||
- qt_version: 6.0.0
|
||||
- qt_version: 6.2.6
|
||||
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
|
||||
- qt_version: 6.2.0
|
||||
- qt_version: 6.5.0
|
||||
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
|
||||
- platform: ubuntu-20.04
|
||||
make: make
|
||||
|
Loading…
Reference in New Issue
Block a user