Skip to content

Commit

Permalink
apacheGH-39421: [CI][Ruby] Update to using Ubuntu 22.04 on test-ruby …
Browse files Browse the repository at this point in the history
…and test-c-glib nightly jobs (apache#39422)

### Rationale for this change
CI Jobs for Ruby and c-glib are failing on Ubuntu due to bundler failing to install on old Ruby.

### What changes are included in this PR?

Use Ubuntu 22.04 on those jobs.

### Are these changes tested?

Via Archery

### Are there any user-facing changes?
No
* Closes: apache#39421

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
raulcd authored Jan 4, 2024
1 parent 5c0fa71 commit 27d72f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: 22.04
image: {{ image }}
{% endfor %}

Expand Down

0 comments on commit 27d72f3

Please sign in to comment.