diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c9f95f..d018c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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