mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: macOS
|
- os: macOS
|
||||||
target: 13
|
target: 14
|
||||||
runner: macos-15-intel
|
runner: macos-15-intel
|
||||||
soc: Intel
|
soc: Intel
|
||||||
xcode: "16.4"
|
xcode: "16.4"
|
||||||
type: Release
|
type: Release
|
||||||
override_target: 13
|
override_target: 14
|
||||||
make_package: 1
|
make_package: 1
|
||||||
package_suffix: "-macOS13_Intel"
|
package_suffix: "-macOS14_Intel"
|
||||||
artifact_name: macOS13_Intel-package
|
artifact_name: macOS14_Intel-package
|
||||||
qt_version: 6.10.*
|
qt_version: 6.10.*
|
||||||
qt_arch: clang_64
|
qt_arch: clang_64
|
||||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue