mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Bump minimum to macOS 14 (Intel)
This commit is contained in:
parent
208ccc3a1a
commit
251ae711fe
1 changed files with 4 additions and 4 deletions
8
.github/workflows/desktop-build.yml
vendored
8
.github/workflows/desktop-build.yml
vendored
|
|
@ -251,15 +251,15 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- os: macOS
|
||||
target: 13
|
||||
target: 14
|
||||
runner: macos-15-intel
|
||||
soc: Intel
|
||||
xcode: "16.4"
|
||||
type: Release
|
||||
override_target: 13
|
||||
override_target: 14
|
||||
make_package: 1
|
||||
package_suffix: "-macOS13_Intel"
|
||||
artifact_name: macOS13_Intel-package
|
||||
package_suffix: "-macOS14_Intel"
|
||||
artifact_name: macOS14_Intel-package
|
||||
qt_version: 6.10.*
|
||||
qt_arch: clang_64
|
||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue