mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-03-21 17:55:21 -05:00
Merge c3d912e00a into 067fe9b534
This commit is contained in:
commit
06f3b8c8ee
|
|
@ -12,6 +12,7 @@ Available pre-compiled binaries for installation:
|
|||
• <kbd>Windows 10+</kbd>
|
||||
|
||||
<b>macOS</b>
|
||||
• <kbd>macOS 26+</kbd> <sub><i>Tahoe</i></sub> <sub>Apple M</sub>
|
||||
• <kbd>macOS 15+</kbd> <sub><i>Sequoia</i></sub> <sub>Apple M</sub>
|
||||
• <kbd>macOS 14+</kbd> <sub><i>Sonoma</i></sub> <sub>Apple M</sub>
|
||||
• <kbd>macOS 13+</kbd> <sub><i>Ventura</i></sub> <sub>Intel</sub>
|
||||
|
|
|
|||
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…
Reference in New Issue
Block a user