actions / runner-images

GitHub Actions runner images
MIT License
9.17k stars 2.84k forks source link

Subversion is missing from recent macOS versions #9746

Closed sebbASF closed 3 weeks ago

sebbASF commented 3 weeks ago

Description

Subversion used to be provided in macOS versions up to 12, and is still provided for Windows and Ubuntu

AFAICT there has been no announcement of the omission

Platforms affected

Runner images affected

Image version and build link

https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20240422.3

Is it regression?

Did not occur with macOS-12

Expected behavior

Subversion should be provided with all macOS versions

Actual behavior

Subversion is not present

Repro steps

Subversion is not mentioned in the README files for macOS-13 and later

Alexey-Ayupov commented 3 weeks ago

Hello @sebbASF. It was not a bug, we just did not install subversion to the new macOS images due to maintenance concerns and relatively short installation time. You can always install it in runtime using brew install subversion command.

If you have any other questions feel free to reach us.

sebbASF commented 3 weeks ago

Thanks for the info.

Why was this change not announced ?