mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
feat: add macOS 26
This commit is contained in:
parent
dd053c76df
commit
d793ea85fd
2 changed files with 15 additions and 0 deletions
14
.github/workflows/desktop-build.yml
vendored
14
.github/workflows/desktop-build.yml
vendored
|
|
@ -299,6 +299,20 @@ jobs:
|
|||
cmake_generator: Ninja
|
||||
use_ccache: 1
|
||||
|
||||
- os: macOS
|
||||
target: 26
|
||||
runner: macos-26
|
||||
soc: Apple
|
||||
xcode: "26.3"
|
||||
type: Release
|
||||
make_package: 1
|
||||
package_suffix: "-macOS26"
|
||||
qt_version: 6.10.*
|
||||
qt_arch: clang_64
|
||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||
cmake_generator: Ninja
|
||||
use_ccache: 1
|
||||
|
||||
- os: macOS
|
||||
target: 15
|
||||
runner: macos-15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue