Skip to content

Commit f1961ec

Browse files
authored
GH-45389: [CI][R] Use Ubuntu 22.04 for test-r-versions (#45475)
### 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]>
1 parent a70ac2d commit f1961ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/r/github.linux.versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
jobs:
2323
r-versions:
24-
name: "rstudio/r-base:{{ MATRIX }}-focal"
24+
name: "rstudio/r-base:{{ MATRIX }}-jammy"
2525
runs-on: ubuntu-latest
2626
strategy:
2727
fail-fast: false
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
R_ORG: "rstudio"
3838
R_IMAGE: "r-base"
39-
R_TAG: "{{ MATRIX }}-focal"
39+
R_TAG: "{{ MATRIX }}-jammy"
4040
ARROW_R_DEV: "TRUE"
4141
steps:
4242
{{ macros.github_checkout_arrow()|indent }}

0 commit comments

Comments
 (0)