This is an automated email from the ASF dual-hosted git repository.

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e1b2452e7 GH-43500: [R][CI] Bump dev docs CI job from ubuntu 20.04 
(#43501)
2e1b2452e7 is described below

commit 2e1b2452e70145b7d3a7f85df49e4c3ae4d2633b
Author: Jonathan Keane <[email protected]>
AuthorDate: Tue Aug 6 18:37:09 2024 -0700

    GH-43500: [R][CI] Bump dev docs CI job from ubuntu 20.04 (#43501)
    
    ### Rationale for this change
    More modern ubuntu OS
    
    ### What changes are included in this PR?
    Swap to ubuntu-latest for devdocs job
    
    ### Are these changes tested?
    They are tests
    
    ### Are there any user-facing changes?
    No.
    * GitHub Issue: #43500
    
    Authored-by: Jonathan Keane <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 dev/tasks/r/github.devdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/r/github.devdocs.yml b/dev/tasks/r/github.devdocs.yml
index 92e94c6c97..530fb5e2f2 100644
--- a/dev/tasks/r/github.devdocs.yml
+++ b/dev/tasks/r/github.devdocs.yml
@@ -26,7 +26,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macOS-latest, ubuntu-20.04]
+        os: [macOS-latest, ubuntu-latest]
 
     steps:
       {{ macros.github_checkout_arrow()|indent }}

Reply via email to