mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Cross-compile intel mac and bump version from 13 to 14
This commit is contained in:
parent
3501ee9a9d
commit
bbef20fd8f
3 changed files with 9 additions and 4 deletions
5
.github/workflows/desktop-build.yml
vendored
5
.github/workflows/desktop-build.yml
vendored
|
|
@ -230,9 +230,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- target: 13
|
||||
- target: 14
|
||||
soc: Intel
|
||||
os: macos-13
|
||||
os: macos-14
|
||||
xcode: "14.3.1"
|
||||
type: Release
|
||||
make_package: 1
|
||||
|
|
@ -297,6 +297,7 @@ jobs:
|
|||
id: build
|
||||
env:
|
||||
BUILDTYPE: '${{matrix.type}}'
|
||||
ARCHTYPE: '${{matrix.soc}}'
|
||||
MAKE_PACKAGE: '${{matrix.make_package}}'
|
||||
PACKAGE_SUFFIX: '-macOS${{matrix.target}}_${{matrix.soc}}'
|
||||
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue