Skip to content

Commit 610ab9c

Browse files
authored
apacheGH-41371: [CI][Release] Use the latest Ruby on macOS (apache#41379)
### 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 <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 32885c9 commit 610ab9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
with:
110110
python-version: '3.12'
111111
- name: Install Ruby
112-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
112+
uses: ruby/setup-ruby@v1
113113
with:
114-
ruby-version: '2.7'
114+
ruby-version: ruby
115115
- name: Install .NET
116116
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0
117117
with:

0 commit comments

Comments
 (0)