Skip to content

Commit

Permalink
apacheGH-41371: [CI][Release] Use the latest Ruby on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 25, 2024
1 parent 32885c9 commit 488ca23
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 488ca23

Please sign in to comment.