runner-images
runner-images copied to clipboard
GitHub Actions runner images
### Description See https://twitter.com/ljharb/status/1846298893447004498 Namely, with no announcement, the Ubuntu version seems to have been bumped from 22 to 24, and the current images fail to ship nvm, as well...
### Description This is a recent regression; at least 2 weeks ago they were still there. At the time we had Before: /usr/share/zoneinfo contains tzdata.zi [Logs](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1044053&view=results) ``` 2024-10-02T10:06:56.0158350Z + ls...
# Description - Macos intel images has ruby for 13,14,15 images. - Now official website shows that ruby is also compatible with ARM images, so added ruby for 13,14,15 arm64...
### Description My pipelines depend on `sbt` installed on the runner. It was included in the previous versions of ubuntu runner. It's available in the previous version: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md?plain=1#L66 But not...
### Description Our GHAs depend on Google Cloud CLI 495.0.0 (`gcloud`), which was previously present in [Ubuntu 22.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md) image is no longer present in the [Ubuntu 24.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) image. As a...
### Description For some reason, you have [the latest pipx](https://github.com/actions/runner-images/blob/c6ea5e3564fdce7577716dac4e6e2a69d63aaa16/images/ubuntu/Ubuntu2204-Readme.md#package-management) on ubuntu 22.04, but [an old version](https://github.com/actions/runner-images/blob/c6ea5e3564fdce7577716dac4e6e2a69d63aaa16/images/ubuntu/Ubuntu2404-Readme.md#package-management) on ubuntu 24.04. When we upgraded ubuntu, a feature of pipx we depended...
### Description Compared to the `windows-2019` image, the `windows-2022` image doesn't update .NET 8 SDK version nor does it include any of the feature bands (1xx, 2xx, 3xx). This causes...
### Description The Windows 2022 image has Windows Driver Kit (WDK) 26100 but does not contain SDK 26100 (the latest SDK included is 22621). ### Platforms affected - [X] Azure...
### Tool name buildah ### Tool license Apache License 2.0 ### Add or update? - [ ] Add - [X] Update ### Desired version 1.37.0 ### Approximate size _No response_...
Fix #10769 , This PR adds the installation of the Google Cloud CLI (gcloud) to the Ubuntu 24.04 GitHub runner, as it is currently missing from the ubuntu-latest image.