Skip to content

Commit 3f81293

Browse files
committed
Use setup-ruby@master to partially fix the cycle for new runner images
* So this workflow works on ubuntu-24.04 without needing a release.
1 parent e8a7344 commit 3f81293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Build
9696
- name: Clone this repo to get find-jruby-head-url.rb
9797
uses: actions/checkout@v4
98-
- uses: ruby/setup-ruby@v1
98+
- uses: ruby/setup-ruby@master
9999
with:
100100
ruby-version: 2.6
101101
- name: Download latest jruby nightly archive

0 commit comments

Comments
 (0)