diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8222ef3d..53b5e001 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -84,7 +84,7 @@ jobs: run: npm run test macos: timeout-minutes: 30 - runs-on: "macos-13" + runs-on: "macos-14" defaults: run: shell: bash diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2d6ac2ff..27893303 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -45,7 +45,7 @@ jobs: runner: macos-13 - arch: aarch64-apple-darwin # xlarge is implicitly arm64. - runner: macos-13-xlarge + runner: macos-14 runs-on: ${{ matrix.config.runner }} # Only runs on tags that matches the make-release action if: startsWith(github.ref, 'refs/tags/v') @@ -66,7 +66,7 @@ jobs: name: native-darwin path: | node/dist/lancedb-vectordb-darwin*.tgz - + node-linux: name: node-linux (${{ matrix.config.arch}}-unknown-linux-gnu diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3a7611cb..bbcebbba 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -55,7 +55,7 @@ jobs: - name: x86 Mac runner: macos-13 - name: Arm Mac - runner: macos-13-xlarge + runner: macos-14 - name: x86 Windows runner: windows-latest runs-on: "${{ matrix.config.runner }}" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 21db91c6..c43a5d4f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -76,7 +76,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - mac-runner: [ "macos-13", "macos-13-xlarge" ] + mac-runner: [ "macos-13", "macos-14" ] runs-on: "${{ matrix.mac-runner }}" defaults: run: