From c6845b03d6391a81e9219024c66d8fd65a1c87c9 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:35:50 -0300 Subject: [PATCH] refactor: factor out common parameters in macOS matrix --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index d956fdb90..bad9ad8d1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -230,9 +230,9 @@ jobs: fail-fast: false matrix: # Common parameters for all macOS builds - qt_version: 6.6.* - qt_arch: clang_64 - qt_modules: "qtimageformats qtmultimedia qtwebsockets" + qt_version: [6.6.*] + qt_arch: [clang_64] + qt_modules: ["qtimageformats qtmultimedia qtwebsockets"] include: - target: 13 soc: Intel