-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2354 from buildkite/fix-readme-supported-os-versions
README and macOS versions update
- Loading branch information
Showing
2 changed files
with
124 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,28 @@ | ||
# Supported macOS versions | ||
|
||
macOS Version | Last Supported By Golang | Last Supported Agent Version | ||
--- | --- | --- | ||
10.8 | 1.10.8 | v3.5.4 | ||
10.9 | 1.10.8 | v3.5.4 | ||
10.10 | 1.13 | v3.20.0 | ||
10.11 | 1.15 | v3.27.0 | ||
10.12 | 1.16 | | ||
10.13 | 1.17 TBC | | ||
10.14 | | | ||
10.15 | | | ||
11 | | | ||
12 | | | ||
macOS version | Last Go version to support | Last Agent version to support | ||
---------------------- | -------------------------- | ----------------------------- | ||
10.8 (Mountain Lion) | [1.10][go110] | [v3.5.4][agent354] | ||
10.9 (Mavericks) | [1.10][go110] | [v3.5.4][agent354] | ||
10.10 (Yosemite) | [1.12][go112] | [v3.15.2][agent3152] | ||
10.11 (El Capitan) | [1.14][go114] | [v3.25.0][agent3250] | ||
10.12 (Sierra) | [1.16][go116] | [v3.33.3][agent3333] | ||
10.13 (High Sierra) | [1.20][go120] | [Latest release][latest] | ||
10.14 (Mojave) | [1.20][go120] | [Latest release][latest] | ||
10.15 (Catalina) | TBC | [Latest release][latest] | ||
11 (Big Sur) | TBC | [Latest release][latest] | ||
12 (Monterey) | TBC | [Latest release][latest] | ||
13 (Ventura) | TBC | [Latest release][latest] | ||
14 (Sonoma) | TBC | Coming soon! | ||
|
||
[go110]: https://go.dev/doc/go1.10#ports | ||
[go112]: https://go.dev/doc/go1.12#darwin | ||
[go114]: https://go.dev/doc/go1.14#darwin | ||
[go116]: https://go.dev/doc/go1.16#darwin | ||
[go120]: https://go.dev/doc/go1.20#darwin | ||
|
||
[agent354]: https://github.com/buildkite/agent/releases/tag/v3.5.4 | ||
[agent3152]: https://github.com/buildkite/agent/releases/tag/v3.15.2 | ||
[agent3250]: https://github.com/buildkite/agent/releases/tag/v3.25.0 | ||
[agent3333]: https://github.com/buildkite/agent/releases/tag/v3.33.3 | ||
[latest]: https://github.com/buildkite/agent/releases/ |