From 645077fe5e69e2e1c1fbdda9a902574312a5ccc4 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 7 May 2022 09:02:14 +0200 Subject: [PATCH] Updated README.md windows-latest is now windows-2022 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57dbe9919..43a7f2d22 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The action works on these [GitHub-hosted runners](https://help.github.com/en/act | ----------- | -------- | -------- | | Ubuntu | `ubuntu-latest` (= `ubuntu-20.04`) | `ubuntu-18.04` | | macOS | `macos-latest` (= `macos-10.15`) | `macos-11.0` | -| Windows | `windows-latest` (= `windows-2019`) | `windows-2022` | +| Windows | `windows-latest` (= `windows-2022`) | `windows-2019` | The prebuilt releases are generated by [ruby-builder](https://github.com/ruby/ruby-builder) and on Windows by [RubyInstaller2](https://github.com/oneclick/rubyinstaller2).