diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d018c96..e458d3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # macOS ARM64 build (Apple Silicon) build-macos-arm64: - runs-on: macos-14 # M1 runner for native ARM64 builds + runs-on: macos-latest # ARM64 runner for native Apple Silicon builds timeout-minutes: 120 steps: - uses: actions/checkout@v4