-
Notifications
You must be signed in to change notification settings - Fork 69
setup-ruby doesn't work on ubuntu-20.04 #70
Comments
It does work when using 2.7.x as version |
Looks with the released action this doesn't work yet, see for example https://github.com/RemedyIT/axcioma/pull/49/checks?check_run_id=753730607 |
I've gotten several emails this morning showing your work, not quite sure what your goal is. Re Ubuntu 20.04 & Ruby, all versions are available when using ruby/setup-ruby |
I wanted to upgrade one of our github actions usage to use 20.04. Our action script uses actions/setup-ruby and this doesn't seem to work with 20.04 correctly |
I'd suggest to use ruby/setup-ruby which has all versions and 20.04 support since last weekend. |
Ok, will try to use ruby/setup-ruby |
Sorry, I wasn't clear (not enough coffee yet). ruby/setup-ruby is used by almost all of the repos within the Ruby org, and many other popular gems. It makes multi-platform CI with Ruby as easy as possible... |
Yes, switching to it right now. Did make a PR for ruby/setup-ruby to test with all virtual environments explicitly to make sure everything works |
I see that Bundler is not included using |
- actions/setup-ruby does not work on new GHA runners Ubuntu 20.04 (missing bundler in 2.5) as per actions/setup-ruby#70 - might be deprecated as per actions/setup-ruby#80 - https://github.com/ruby/setup-ruby is recommended is superior
- actions/setup-ruby does not work on new GHA runners Ubuntu 20.04 (missing bundler in 2.5) as per actions/setup-ruby#70 - might be deprecated as per actions/setup-ruby#80 - https://github.com/ruby/setup-ruby is recommended is superior
- actions/setup-ruby does not work on new GHA runners Ubuntu 20.04 (missing bundler in 2.5) as per actions/setup-ruby#70 - might be deprecated as per actions/setup-ruby#80 - https://github.com/ruby/setup-ruby is recommended is superior
ubuntu-20.04 is available (see https://github.com/actions/virtual-environments#available-environments), but when using setup-ruby we get
##[error]Version 2.7 not found
. I created the PR #69 to demonstrate this, currently ubuntu-latest points to ubuntu-18.04 so this is not detected by the default testingThe text was updated successfully, but these errors were encountered: