Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
raulcd authored and zanmato1984 committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d25718a commit 36aee06
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
@@ -1032,6 +1032,8 @@ tasks:
ci: github
template: docker-tests/github.linux.yml
params:
env:
UBUNTU: 22.04
image: {{ image }}
{% endfor %}

0 comments on commit 36aee06

Please sign in to comment.