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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- target: 14
|
- target: 13
|
||||||
soc: Intel
|
soc: Intel
|
||||||
os: macos-14
|
os: macos-15-intel
|
||||||
xcode: "15.4"
|
xcode: "16.2"
|
||||||
type: Release
|
type: Release
|
||||||
make_package: 1
|
make_package: 1
|
||||||
|
|
||||||
|
|
@ -267,6 +267,7 @@ jobs:
|
||||||
DEVELOPER_DIR:
|
DEVELOPER_DIR:
|
||||||
/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
|
/Applications/Xcode_${{matrix.xcode}}.app/Contents/Developer
|
||||||
CMAKE_GENERATOR: 'Ninja'
|
CMAKE_GENERATOR: 'Ninja'
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: ${{matrix.target}}.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue