From c437868daf4483773a0177988aec021600cef21c Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Mon, 26 Aug 2024 16:20:25 -0500 Subject: [PATCH] build(ci): use proper mac runners GH updated the runner images. macos-14 is now ARM64. macos-13 is last x86_64. Closes https://github.com/apache/datafusion-python/issues/831 --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 350be46d..1b06f783 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,10 +115,10 @@ jobs: name: dist path: target/wheels/* - build-macos-aarch64: + build-macos-x86_64: needs: [generate-license] name: Mac arm64 - runs-on: macos-latest + runs-on: macos-13 strategy: fail-fast: false matrix: @@ -134,9 +134,6 @@ jobs: with: toolchain: stable - - name: Set up Rust targets - run: rustup target add aarch64-apple-darwin - - name: Upgrade pip run: python -m pip install --upgrade pip @@ -157,7 +154,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build Python package - run: maturin build --release --strip --target aarch64-apple-darwin --features substrait + run: maturin build --release --strip --features substrait - name: List Mac wheels run: find target/wheels/