We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a708e commit a959229Copy full SHA for a959229
README.md
@@ -30,7 +30,7 @@ Archives are named `$engine-$version-$platform.tar.gz`.
30
31
`platform` is one of:
32
* `ubuntu-NN.NN`: built on the corresponding GitHub-hosted runner virtual environment
33
-* `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.
34
* `macos-13-arm64`: built on `macos-14`, the oldest `macos-arm64` available on GitHub-hosted runners.
35
* `windows-latest`: built on `windows-2019` (does not matter, it's only for repacking a JRuby archive, no actual build)
36
0 commit comments