Skip to content

Commit

Permalink
ci: remove latest setting for rubygems
Browse files Browse the repository at this point in the history
We added it for Ruby 3.1 on Windows.
We have already dropped Ruby 3.1, so we don't need it anymore.

Signed-off-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
daipom committed Jan 29, 2025
1 parent eaca8db commit 371d9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: ruby/setup-ruby@1287d2b408066abada82d5ad1c63652e758428d9 # v1.214.0
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
- name: Install addons
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install libgmp3-dev libcap-ng-dev
Expand Down

0 comments on commit 371d9c3

Please sign in to comment.