Support macOS-15 Builds

This commit is contained in:
ZeldaZach 2024-12-28 16:41:08 -05:00
parent df9c5ae53c
commit 6ed2ffafd2
No known key found for this signature in database

View file

@ -217,10 +217,18 @@ jobs:
core_count: 3
make_package: 1
- target: 14
- target: 15
soc: Apple
os: macos-14
xcode: "15.4"
os: macos-15
xcode: "16.2"
type: Release
core_count: 3
make_package: 1
- target: 15
soc: Apple
os: macos-15
xcode: "16.2"
type: Debug
core_count: 3