This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 610ab9cc97 GH-41371: [CI][Release] Use the latest Ruby on macOS
(#41379)
610ab9cc97 is described below
commit 610ab9cc976b1735065176402eb50d0c4aa0bbe9
Author: Sutou Kouhei <[email protected]>
AuthorDate: Fri Apr 26 01:24:58 2024 +0900
GH-41371: [CI][Release] Use the latest Ruby on macOS (#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: #41371
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/workflows/dev.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 8af5832f15..7c438be602 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -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: