chore: bump ruby/setup-ruby from 1.165.1 to 1.176.0#1635
Merged
Conversation
To fix an error[1] on macos runners resolved in v1.171.0[2]:
The current runner (macos-14-arm64) was detected as self-hosted
because the platform does not match a GitHub-hosted runner image
(or that imageis deprecated and no longer supported).
[1] ruby/setup-ruby#568
[2] ruby/setup-ruby#567
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To fix an error[1] on macos runners resolved in v1.171.0[2]:
"require 'uri'" was added to utilities.rb in opentelemetry-common to resolve a "NameError: uninitialized constant OpenTelemetry::Common::Utilities::URI" error that appeared in the Ruby 3.3 test. This error started appearing when setup-ruby bumped from v1.174.0 to v1.175.0[3] which moved the latest Ruby 3.3 from 3.3.0 to 3.3.1. The URI gem appears to have been vendored into Ruby 3.3.1[4].
[1] ruby/setup-ruby#568
[2] ruby/setup-ruby#567
[3] ruby/setup-ruby@v1.174.0...v1.175.0
[4] ruby/ruby@d64d0b5