[README] Mention ongoing migrations (#6685)

Co-authored-by: Sam Tran <samvantran@github.com>
This commit is contained in:
Mikhail Koliada
2022-12-02 22:00:21 +01:00
committed by GitHub
parent 6557cd5523
commit 4aba37bd3b

View File

@@ -5,6 +5,7 @@
- [About](#about) - [About](#about)
- [Available Images](#available-images) - [Available Images](#available-images)
- [Ongoing migrations](#ongoing-migrations)
- [Image Definitions](#image-definitions) - [Image Definitions](#image-definitions)
- [Image Releases](#image-releases) - [Image Releases](#image-releases)
- [Software and Image Support](#software-and-image-support) - [Software and Image Support](#software-and-image-support)
@@ -44,6 +45,14 @@ To build a VM machine from this repo's source, see the [instructions](docs/creat
[macOS-10.15]: https://github.com/actions/runner-images/blob/main/images/macos/macos-10.15-Readme.md [macOS-10.15]: https://github.com/actions/runner-images/blob/main/images/macos/macos-10.15-Readme.md
[self-hosted runners]: https://help.github.com/en/actions/hosting-your-own-runners [self-hosted runners]: https://help.github.com/en/actions/hosting-your-own-runners
## Ongoing migrations
There are currently two migrations in progress:
* `ubuntu-latest` is currently transitioning to `ubuntu-22.04`. During this time, you may experience some jobs running on either an ubuntu-20.04 or ubuntu-22.04 runner. You can specify `runs-on: ubuntu-20.04` in your workflow if you need the previous version. Details can be found in this [announcement](https://github.com/actions/runner-images/issues/6399).
* `macos-latest` is currently transitioning to `macos-12`. During this time, you may experience some jobs running on either a macos-11 or macos-12 runner. You can specify `runs-on: macos-11` in your workflow if you need the previous version. Details can be found in this [announcement](https://github.com/actions/runner-images/issues/6384).
## Image Definitions ## Image Definitions
### Beta ### Beta