Skip to content

Commit

Permalink
apacheGH-44412: [CI][R] Use Ubuntu 22.04 not 24.04 for Arrow C++ 15.0…
Browse files Browse the repository at this point in the history
….2 deb packages

Because we don't provide Arrow C++ 15.0.2 for Ubuntu 24.04.
  • Loading branch information
kou committed Oct 15, 2024
1 parent 27e56f0 commit 9b70588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ env:
jobs:
ubuntu-minimum-cpp-version:
name: Check minimum supported Arrow C++ Version (${{ matrix.cpp_version }})
runs-on: ubuntu-latest
# We don't provide Apache Arrow C++ 15.0.2 deb packages for Ubuntu 24.04.
# So we use ubuntu-22.04 here.
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 9b70588

Please sign in to comment.