Skip to content

Commit

Permalink
GH-39246: [CI][GLib][Ruby] Use Ubuntu 22.04 not 20.04 (#39247)
Browse files Browse the repository at this point in the history
### 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: #39246

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou authored Dec 16, 2023
1 parent 75c6b64 commit 132b1f7
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 132b1f7

Please sign in to comment.