Just skip the job if not on ruby/ruby
Using the same runs-os across all jobs in the same workflow makes it more likely to pass in case one of these runners is experiencing an outage.
runs-os
macos-arm-oss is generally not available outside ruby/ruby, so it's fair to skip it for forks.
Just skip the job if not on ruby/ruby
Using the same
runs-os
across all jobs in the same workflow makes itmore likely to pass in case one of these runners is experiencing an
outage.
macos-arm-oss is generally not available outside ruby/ruby, so it's
fair to skip it for forks.