From aa2c61091ecf48cc10980ee6eec05311d6a5d43a Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 13 Feb 2026 07:21:18 -0800 Subject: [PATCH] release script updates --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f753a6..6224a92 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ permissions: contents: read jobs: build-linux-x86_64-extension: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - run: ./scripts/vendor.sh @@ -16,7 +16,7 @@ jobs: name: sqlite-vec-linux-x86_64-extension path: dist/* build-macos-x86_64-extension: - runs-on: macos-13 + runs-on: macos-15-intel steps: - uses: actions/checkout@v4 - run: ./scripts/vendor.sh @@ -317,6 +317,7 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} build-ncruces-go: + if: false runs-on: ubuntu-latest permissions: contents: write