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:
committed by
GitHub
parent
be125fc9e1
commit
66665c8a81
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user