We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c413e commit d2772a8Copy full SHA for d2772a8
.github/workflows/build_wheels.yml
@@ -197,7 +197,7 @@ jobs:
197
sudo apt update
198
sudo apt install -y -V libarrow-dev
199
- name: Install apache-arrow on macos
200
- if: ${{ matrix.from-source && matrix.os == 'macOS-latest' && matrix.python-version != '3.10' }}
+ if: ${{ matrix.from-source && matrix.os == 'macos-10.15' && matrix.python-version != '3.10' }}
201
run: brew install apache-arrow
202
- name: Install dist with go
203
if: ${{ matrix.from-source && (matrix.python-version != '3.10' || matrix.os == 'ubuntu-latest')}}
0 commit comments