Skip to content

Commit

Permalink
apacheGH-525: [Release] Use released Apache Arrow C++ for RC CI (apac…
Browse files Browse the repository at this point in the history
…he#526)

Apache Arrow 19.0.0 has been released.
  • Loading branch information
kou authored Jan 16, 2025
1 parent a523df7 commit 37988c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,9 @@ jobs:
- name: Extract Download the latest Apache Arrow C++
run: |
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
# We need 19.0.0 for latest Boost support
- name: Download the latest RC Apache Arrow C++
- name: Download the latest Apache Arrow C++
run: |
ci/scripts/download_cpp.sh latest-rc
ci/scripts/download_cpp.sh
- name: Checkout apache/arrow-testing
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down

0 comments on commit 37988c5

Please sign in to comment.