mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
use macos-15-intel runner and MACOSX_DEPLOYMENT_TARGET
This commit is contained in:
parent
796769f689
commit
23b8e8e5dd
1 changed files with 4 additions and 3 deletions
7
.github/workflows/desktop-build.yml
vendored
7
.github/workflows/desktop-build.yml
vendored
|
|
@ -230,10 +230,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- target: 14
|
||||
- target: 13
|
||||
soc: Intel
|
||||
os: macos-14
|
||||
xcode: "15.4"
|
||||
os: macos-15-intel
|
||||
xcode: "16.2"
|
||||
type: Release
|
||||
make_package: 1
|
||||
|
||||
|
|
@ -267,6 +267,7 @@ jobs:
|
|||
DEVELOPER_DIR:
|
||||
/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
|
||||
CMAKE_GENERATOR: 'Ninja'
|
||||
MACOSX_DEPLOYMENT_TARGET: ${{matrix.target}}.0
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue