Skip to content

Commit

Permalink
apacheGH-41371: [CI][Release] Use the latest Ruby on macOS (apache#41379
Browse files Browse the repository at this point in the history
)

### Rationale for this change

Ruby 2.7 doesn't exist on `macos-latest` (`macos-14`).

### What changes are included in this PR?

Use `ruby` as the Ruby version to use the latest Ruby.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41371

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
kou authored and CurtHagenlocher committed Jun 14, 2024
1 parent 6ff04a3 commit b6f9f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
with:
python-version: '3.12'
- name: Install Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: ruby
- name: Install .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
with:
Expand Down

0 comments on commit b6f9f50

Please sign in to comment.