Skip to content

Commit c3908d8

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 f8b71e8 commit c3908d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
# Check
116116
- name: Setup BASERUBY
117-
uses: ruby/setup-ruby@v1
117+
uses: ruby/setup-ruby@master
118118
with:
119119
ruby-version: 3.2
120120

0 commit comments

Comments
 (0)