ruby / setup-ruby

An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
MIT License
804 stars 263 forks source link

macos-15-arm64 detected as self-hosted #647

Closed jvanderwee closed 1 month ago

jvanderwee commented 1 month ago

Ensure the following before filing this issue

Are you running on a GitHub-hosted runner or a self-hosted runner?

GitHub-hosted runner

Link to the failed workflow job (must be a public workflow job, so the necessary information is available)

N/A

Any other notes?

macOS 15 images just released: https://github.com/actions/runner-images/releases/tag/macos-15%2F20240923.103

eregon commented 1 month ago

Right, it's listed at https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources as in Beta now.

I think we can just use the existing Ruby builds from older macOS versions. Maybe even relax to allow any version >= the version we build on.