mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
chore: update CI execution trigger/schedule (#735)
* chore: update CI execution trigger/schedule - Full tests weekly on master - Change trigger for GitHub actions Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore: suppress azure-pipelines on pr/push Signed-off-by: Hiroshi Miura <miurahr@linux.com> --------- Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -87,11 +87,9 @@ class PlatformBuildJobs:
|
||||
self.build_jobs = build_jobs
|
||||
|
||||
|
||||
python_versions = [
|
||||
"3.9",
|
||||
]
|
||||
python_versions = ["3.9", "3.11", "3.12"]
|
||||
|
||||
qt_versions = ["5.13.2", "5.15.2"]
|
||||
qt_versions = ["5.12.12", "5.15.14", "6.5.3"]
|
||||
|
||||
linux_build_jobs = []
|
||||
mac_build_jobs = []
|
||||
|
||||
Reference in New Issue
Block a user