Skip to content

Commit a273e28

Browse files
authored
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]>
1 parent bf342b2 commit a273e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,12 +733,12 @@ tasks:
733733
ci: github
734734
template: r/github.linux.offline.build.yml
735735

736-
test-r-rhub-debian-gcc-release-custom-ccache:
736+
test-r-rhub-ubuntu-gcc12-custom-ccache:
737737
ci: azure
738738
template: r/azure.linux.yml
739739
params:
740740
r_org: rhub
741-
r_image: debian-gcc-release
741+
r_image: ubuntu-gcc12
742742
r_tag: latest
743743
r_custom_ccache: true
744744

0 commit comments

Comments
 (0)