fix(ci): use macos-15-large for Intel x64 builds (macos-13 retired)

This commit is contained in:
sanasol
2026-01-31 20:00:13 +01:00
parent 0a5cc3f6d7
commit 759a7089c4

View File

@@ -70,7 +70,7 @@ jobs:
# macOS x64 build (Intel)
build-macos-x64:
runs-on: macos-13 # Intel runner for native x64 builds
runs-on: macos-15-large # Intel runner for native x64 builds
timeout-minutes: 120
steps:
- uses: actions/checkout@v4