ci: drop macOS 13, use macOS 15 (intel) runner instead#5610
ci: drop macOS 13, use macOS 15 (intel) runner instead#5610pkuczynski merged 4 commits intorvm:masterfrom
Conversation
|
Thanks! Some tests fail? |
356fc88 to
adc643d
Compare
|
Changing macos-13 to macos-15 causes Ruby 3.0.5 installation failure. 🤔 https://github.com/rvm/rvm/actions/runs/20409392601/job/58643856627 |
|
Would you have time to have a look at it? |
adc643d to
f9f49ad
Compare
I didn't expect that switching to macos-15-intel would cause so many CI failures. |
|
It might be better to backport patch on macOS 15
|
76ad8e2 to
8559171
Compare
|
macOS 15 intel is too slow. |
macOS 13 runner image was already closing down. Replace with macOS 15 (intel) runner. See https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
* rvm#5511 * rbenv/ruby-build#2467 Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
39b7e27 to
59b76a1
Compare
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
59b76a1 to
e54ba0a
Compare
|
waiting CI... |
CI on macOS and jruby combination can not be executed in feasible time (over 6h then cancelled) If there is a workaround, enable it again later. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
|
It seems that macOS and jruby CI is not feasible in time. |
|
@pkuczynski how about current PR? |
|
I think we can merge it as it is for now. However we should also investigate moving towards |
macOS 13 runner image was already closing down.
Replace with macOS 15 (intel) runner.
See
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/