From 7ce8f72714d85ec8045ae2486c3194db3a40a659 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:35:14 +0200 Subject: [PATCH] Update README.md to reflect changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a480ce..67d764ad 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Archives are named `$engine-$version-$platform.tar.gz`. `platform` is one of: * `ubuntu-NN.NN`: built on the corresponding GitHub-hosted runner virtual environment -* `macos-latest`: built on `macos-12`, the oldest `macos-amd64` available on GitHub-hosted runners. +* `macos-latest`: built on `macos-13`, the oldest `macos-amd64` available on GitHub-hosted runners. * `macos-13-arm64`: built on `macos-14`, the oldest `macos-arm64` available on GitHub-hosted runners. * `windows-latest`: built on `windows-2019` (does not matter, it's only for repacking a JRuby archive, no actual build)