We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8925263 commit c19f64bCopy full SHA for c19f64b
1 file changed
.github/workflows/apache-arrow.yaml
@@ -25,6 +25,8 @@ jobs:
25
if: matrix.runs-on == 'macos-latest'
26
run: |
27
brew update
28
+ # We can remove once red-arrow 24.0.0 is released.
29
+ brew install apache-arrow
30
- name: Install Ext++
31
run: rake install
32
- name: Install Red Arrow
0 commit comments