diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index cd1208850..2f4e669d8 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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