@@ -316,12 +316,12 @@ jobs:
316316 # fedora-clang-devel cannot use binaries bc of libc++ (uncomment to see the error)
317317 # - {image: "rhub/fedora-clang-devel", libarrow_binary: "TRUE", runner: "ubuntu-latest"}
318318 - {image: "rhub/ubuntu-release", runner: "ubuntu-latest"} # currently ubuntu-22.04
319- - {image: "rstudio /r-base:4.1-jammy", runner: "ubuntu-latest"}
320- - {image: "rstudio /r-base:4.2-jammy", runner: "ubuntu-latest"}
321- - {image: "rstudio /r-base:4.3-noble", runner: "ubuntu-latest"}
319+ - {image: "posit /r-base:4.1-jammy", runner: "ubuntu-latest"}
320+ - {image: "posit /r-base:4.2-jammy", runner: "ubuntu-latest"}
321+ - {image: "posit /r-base:4.3-noble", runner: "ubuntu-latest"}
322322 # ARM64 tests
323- - {image: "rstudio /r-base:4.2-jammy", runner: "ubuntu-24.04-arm"}
324- - {image: "rstudio /r-base:4.3-noble", runner: "ubuntu-24.04-arm"}
323+ - {image: "posit /r-base:4.2-jammy", runner: "ubuntu-24.04-arm"}
324+ - {image: "posit /r-base:4.3-noble", runner: "ubuntu-24.04-arm"}
325325 steps :
326326 # Get the arrow checkout just for the docker config scripts
327327 # Don't need submodules for this (hence false arg to macro): they fail on
@@ -362,7 +362,7 @@ jobs:
362362 if : false
363363 needs : test-linux-binary
364364 runs-on : ubuntu-latest
365- container : " rstudio /r-base:4.2-centos7"
365+ container : " posit /r-base:4.2-centos7"
366366 steps :
367367 - uses : actions/download-artifact@v4
368368 with :
0 commit comments