use macos-15-intel runner and MACOSX_DEPLOYMENT_TARGET

This commit is contained in:
ebbit1q 2025-09-23 16:19:12 +02:00
parent 796769f689
commit 23b8e8e5dd

View file

@ -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