1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

CI: Use macOS 15 (#24925)

This commit is contained in:
Michał Janiszewski
2025-08-08 13:58:24 +02:00
committed by GitHub
parent c3a388a8b4
commit e118b4d9b8

View File

@@ -349,7 +349,7 @@ jobs:
if-no-files-found: error
macos-cmake:
name: macOS (${{ matrix.arch }}) using CMake
runs-on: macos-14
runs-on: macos-15
needs: [check-code-formatting, build_variables]
strategy:
fail-fast: false