1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Use macos-15-built libraries v40 (#24939)

* Use macos-15-built libraries v40

Windows version is the same as v38, no need to update

* Use macos-15 in CI

* Build libopenrct2 statically

* Skip creating universal libopenrct2.dylib as it no longer exists

* Force static linking on macOS
This commit is contained in:
Michał Janiszewski
2025-08-26 07:04:30 +02:00
committed by GitHub
parent be125fc9e1
commit 66665c8a81
4 changed files with 22 additions and 14 deletions

View File

@@ -404,7 +404,7 @@ jobs:
if: ${{matrix.run_tests}}
macos-universal:
name: macOS universal app bundle
runs-on: macos-14
runs-on: macos-15
needs: [macos-cmake, build_variables]
steps:
- name: Checkout