Skip to content

Commit

Permalink
apacheGH-39246: [CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04 (apache#3…
Browse files Browse the repository at this point in the history
…9247)

### Rationale for this change

Ubuntu 20.04 ships Ruby 2.7 but it reached EOL.
Bundler 2.5.0 or later requires Ruby 3.0 or later.

### What changes are included in this PR?

Use Ubuntu 22.04 that ships Ruby 3.0.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#39246

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou authored and clayburn committed Jan 23, 2024
1 parent 1555628 commit e4dd393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
ubuntu:
- 20.04
- 22.04
env:
UBUNTU: ${{ matrix.ubuntu }}
steps:
Expand Down

0 comments on commit e4dd393

Please sign in to comment.