Skip to content

Commit

Permalink
apacheGH-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 (apac…
Browse files Browse the repository at this point in the history
…he#42001)

### Rationale for this change

Old Ruby ships OpenSSL 1 but googld-cloud-cpp requires OpenSSL 3. We need to use Ruby that ships OpenSSL 3.

### What changes are included in this PR?

Use the latest Ruby.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41903

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
kou authored Jun 6, 2024
1 parent 67c6df1 commit 374b8f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ jobs:
mingw-n-bits:
- 64
ruby-version:
# TODO: Use the latest Ruby again when we fix GH-39130.
# - ruby
- "3.1"
- ruby
env:
ARROW_BUILD_STATIC: OFF
ARROW_BUILD_TESTS: OFF
Expand Down

0 comments on commit 374b8f6

Please sign in to comment.