From 407ca53f9293632181f939b67bd0b6040d6cade0 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Sun, 21 Sep 2025 21:42:44 -0700 Subject: [PATCH] chore: increase pypi publish timeout and use warp runner for arm64 (#2670) Fix failures like: https://github.com/lancedb/lancedb/actions/runs/17840462235/job/50748940233 ARM64 build cannot succeed within 1 hour, x86-64 build sometimes cannot succeed within 1 hour. --- .github/workflows/pypi-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 1fe34aa5..d9942a76 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -56,7 +56,7 @@ jobs: pypi_token: ${{ secrets.LANCEDB_PYPI_API_TOKEN }} fury_token: ${{ secrets.FURY_TOKEN }} mac: - timeout-minutes: 60 + timeout-minutes: 90 runs-on: ${{ matrix.config.runner }} strategy: matrix: @@ -64,7 +64,7 @@ jobs: - target: x86_64-apple-darwin runner: macos-13 - target: aarch64-apple-darwin - runner: macos-14 + runner: warp-macos-14-arm64-6x env: MACOSX_DEPLOYMENT_TARGET: 10.15 steps: