Skip to content

Commit

Permalink
GH-43500: [R][CI] Bump dev docs CI job from ubuntu 20.04 (#43501)
Browse files Browse the repository at this point in the history
### 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 <jkeane@gmail.com>
Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
  • Loading branch information
jonkeane authored Aug 7, 2024
1 parent 06f9aee commit 2e1b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.devdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2e1b245

Please sign in to comment.