Skip to content

Commit

Permalink
apacheGH-41626: [R][CI] Update OpenSUSE to 15.5 from 15.3 (apache#41627)
Browse files Browse the repository at this point in the history
### Rationale for this change

OpenSUSE 15.3 reached EOL and rstudio/r-builds dropped support for it: rstudio/r-builds#177

### What changes are included in this PR?

Use `4.1-opensuse155` instead of `4.1-opensuse153`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41626

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored May 12, 2024
1 parent 6d03215 commit 9a3973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ tasks:
{% for r_org, r_image, r_tag in [("rhub", "ubuntu-release", "latest"),
("rocker", "r-ver", "latest"),
("rstudio", "r-base", "4.2-focal"),
("rstudio", "r-base", "4.1-opensuse153")] %}
("rstudio", "r-base", "4.1-opensuse155")] %}
test-r-{{ r_org }}-{{ r_image }}-{{ r_tag }}:
ci: azure
template: r/azure.linux.yml
Expand Down

0 comments on commit 9a3973c

Please sign in to comment.