Skip to content

Commit

Permalink
GH-44412: [CI][R] Use Ubuntu 22.04 not 24.04 for Arrow C++ 15.0.2 deb…
Browse files Browse the repository at this point in the history
… packages (#44413)

### Rationale for this change

Because we don't provide Arrow C++ 15.0.2 for Ubuntu 24.04.

### What changes are included in this PR?

Use `ubuntu-22.04` instead of `ubuntu-latest`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #44412

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored Oct 15, 2024
1 parent a153dcb commit 00014f7
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 00014f7

Please sign in to comment.