Skip to content

Commit

Permalink
Use setup-ruby@master to partially fix the cycle for new runner images
Browse files Browse the repository at this point in the history
* So this workflow works on ubuntu-24.04 without needing a release.
  • Loading branch information
eregon committed May 20, 2024
1 parent e8a7344 commit 3f81293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Build
- name: Clone this repo to get find-jruby-head-url.rb
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@master
with:
ruby-version: 2.6
- name: Download latest jruby nightly archive
Expand Down

0 comments on commit 3f81293

Please sign in to comment.