diff --git a/Makefile b/Makefile index a9475d41cf9c0..768f00fc638b5 100644 --- a/Makefile +++ b/Makefile @@ -327,8 +327,8 @@ endif ifeq ("$(OS)","darwin") # Set the minimum version for macOS builds for Go, Rust and Xcode builds. -# (as of Go 1.23 we require macOS 11) -MINIMUM_SUPPORTED_MACOS_VERSION = 11.0 +# (as of Go 1.25 we require macOS 12) +MINIMUM_SUPPORTED_MACOS_VERSION = 12.0 MACOSX_VERSION_MIN_FLAG = -mmacosx-version-min=$(MINIMUM_SUPPORTED_MACOS_VERSION) # Go diff --git a/docs/pages/installation/macos.mdx b/docs/pages/installation/macos.mdx index 916acf5ea24cb..6a9a98ad13557 100644 --- a/docs/pages/installation/macos.mdx +++ b/docs/pages/installation/macos.mdx @@ -6,7 +6,7 @@ tags: - platform-wide --- -This guide explains how to install Teleport on macOS. +This guide explains how to install Teleport on macOS. For an overview of Teleport installation methods and supported platforms, see [Installation](./installation.mdx). @@ -15,7 +15,7 @@ For an overview of Teleport installation methods and supported platforms, see ## Operating system support | Operating System | `teleport` Daemon | `tctl` Admin Tool | `tsh` and Teleport Connect User Clients [1] | Web UI (via the browser) | `tbot` Daemon | | - | - | - | - | - | - | -| macOS 11+ (Big Sur)| yes | yes | yes | yes | yes | +| macOS 12+ (Monterey) | yes | yes | yes | yes | yes | \[1] *`tsh` is a Command Line Client (CLI) and Teleport Connect is a Graphical User Interface (GUI) desktop client. See [Using Teleport Connect](../connect-your-client/teleport-connect.mdx) for usage and installation*. diff --git a/lib/web/scripts/node-join/README.md b/lib/web/scripts/node-join/README.md index 4f06563fa1a30..7807584769f87 100644 --- a/lib/web/scripts/node-join/README.md +++ b/lib/web/scripts/node-join/README.md @@ -45,7 +45,7 @@ Things it doesn't do (yet): - Architectures - x86_64 - aarch64 - - macOS 11.0+ + - macOS 12.0+ - uses `.tar.gz` tarball package ## Arguments