refactor: factor out common parameters in macOS matrix

This commit is contained in:
Bruno Alexandre Rosa 2025-09-24 14:35:50 -03:00
parent 318016c56c
commit c6845b03d6

View file

@ -230,9 +230,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# Common parameters for all macOS builds # Common parameters for all macOS builds
qt_version: 6.6.* qt_version: [6.6.*]
qt_arch: clang_64 qt_arch: [clang_64]
qt_modules: "qtimageformats qtmultimedia qtwebsockets" qt_modules: ["qtimageformats qtmultimedia qtwebsockets"]
include: include:
- target: 13 - target: 13
soc: Intel soc: Intel