mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
* [Windows] Remove VCRedist from Toolsets [Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (#12247) * [Windows] Remove VCRedist from Toolsets [Windows] Update AzureCosmosDbEmulator signature and Removing VSredist 17 installation in Postgresql (#12247) * Setting first version following other tools * Setting first version following other tools * Setting first version following other tools * Remove orphaned Python 3.8 (x86) from toolset-2019.json and toolset-2022.json **Remove orphaned Python 3.8 (x86) from toolset-2019.json & 2022.json** This PR removes the orphaned entry for Python 3.8 (x86) from toolset-2019.json. - Python 3.8 (x86) is not included in the x64 list and is not required for current or future builds. - Keeping only actively supported and required Python versions helps reduce image size and maintenance overhead. **Summary of changes:** - Removed `"3.8.*"` from the `versions` array for Python x86. * Remove Ubuntu 20.04 Readme, empty but not deleted --------- Co-authored-by: Jacob Blanco <jblanco@devx.es>