mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
refactor: factor out common parameters in macOS matrix
This commit is contained in:
parent
318016c56c
commit
c6845b03d6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue