Skip to content

Commit d2772a8

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent a2c413e commit d2772a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
sudo apt update
198198
sudo apt install -y -V libarrow-dev
199199
- name: Install apache-arrow on macos
200-
if: ${{ matrix.from-source && matrix.os == 'macOS-latest' && matrix.python-version != '3.10' }}
200+
if: ${{ matrix.from-source && matrix.os == 'macos-10.15' && matrix.python-version != '3.10' }}
201201
run: brew install apache-arrow
202202
- name: Install dist with go
203203
if: ${{ matrix.from-source && (matrix.python-version != '3.10' || matrix.os == 'ubuntu-latest')}}

0 commit comments

Comments
 (0)