This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch maint-22.0.0 in repository https://gitbox.apache.org/repos/asf/arrow.git
commit b75274f24c3e813877fc32b8369cdad6aa8b5ded Author: Nic Crane <[email protected]> AuthorDate: Tue Oct 7 15:38:00 2025 +0100 GH-47705: [R][CI] Migrate rhub debian-gcc-release to equivalent supported image (#47730) ### Rationale for this change Old image fails due to debian update ### What changes are included in this PR? Use newer image ### Are these changes tested? Will submit crossbow run ### Are there any user-facing changes? No * GitHub Issue: #47705 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]> --- dev/tasks/tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml index 11831e646c..9d225e3b70 100644 --- a/dev/tasks/tasks.yml +++ b/dev/tasks/tasks.yml @@ -733,12 +733,12 @@ tasks: ci: github template: r/github.linux.offline.build.yml - test-r-rhub-debian-gcc-release-custom-ccache: + test-r-rhub-ubuntu-gcc12-custom-ccache: ci: azure template: r/azure.linux.yml params: r_org: rhub - r_image: debian-gcc-release + r_image: ubuntu-gcc12 r_tag: latest r_custom_ccache: true
