Skip to content

Commit 37988c5

Browse files
authored
GH-525: [Release] Use released Apache Arrow C++ for RC CI (#526)
Apache Arrow 19.0.0 has been released.
1 parent a523df7 commit 37988c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,9 @@ jobs:
162162
- name: Extract Download the latest Apache Arrow C++
163163
run: |
164164
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
165-
# We need 19.0.0 for latest Boost support
166-
- name: Download the latest RC Apache Arrow C++
165+
- name: Download the latest Apache Arrow C++
167166
run: |
168-
ci/scripts/download_cpp.sh latest-rc
167+
ci/scripts/download_cpp.sh
169168
- name: Checkout apache/arrow-testing
170169
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
171170
with:

0 commit comments

Comments
 (0)