Skip to content

Commit

Permalink
GH-45389: [CI][R] Use Ubuntu 22.04 for test-r-versions (#45475)
Browse files Browse the repository at this point in the history
### Rationale for this change

Ubuntu 20.04 will reach EOL on 2025-05.

### What changes are included in this PR?

Use Ubuntu 22.04 instead of 20.04.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #45389

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored Feb 10, 2025
1 parent a70ac2d commit f1961ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/r/github.linux.versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

jobs:
r-versions:
name: "rstudio/r-base:{{ MATRIX }}-focal"
name: "rstudio/r-base:{{ MATRIX }}-jammy"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -36,7 +36,7 @@ jobs:
env:
R_ORG: "rstudio"
R_IMAGE: "r-base"
R_TAG: "{{ MATRIX }}-focal"
R_TAG: "{{ MATRIX }}-jammy"
ARROW_R_DEV: "TRUE"
steps:
{{ macros.github_checkout_arrow()|indent }}
Expand Down

0 comments on commit f1961ec

Please sign in to comment.