Update install-os-x.md
Update information to make clear that it is signing that we need and to clarify that it is catalina and newer causing problems.
Closes #14612.
PiperOrigin-RevId: 423336758
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 9ade7ac..42d28fe 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -57,8 +57,9 @@
`bazel-<version>-installer-darwin-x86_64.sh` from the
[Bazel releases page on GitHub](https://github.com/bazelbuild/bazel/releases).
-Note: **on macOS Catalina**, due to Apple's new app notarization requirements,
-you need to download the installer from the terminal using `curl`:
+Note: **on macOS Catalina or newer (macOS >= 11)**, due to Apple's new app
+signing requirements, you need to download the installer from the terminal
+using `curl`:
```shell
# Example installing version `3.2.0`. Replace the version below as appropriate.
@@ -67,7 +68,7 @@
```
This is a temporary workaround until the macOS release flow supports
-notarization ([#9304](https://github.com/bazelbuild/bazel/issues/9304)).
+signing ([#9304](https://github.com/bazelbuild/bazel/issues/9304)).
### Step 3: Run the installer
@@ -82,9 +83,10 @@
sets the `.bazelrc` path to `$HOME/.bazelrc`. Use the `--help` command to see
additional installation options.
-If you are **on macOS Catalina** and get an error that _**“bazel-real” cannot be
-opened because the developer cannot be verified**_, you need to re-download
-the installer from the terminal using `curl` as a workaround; see Step 2 above.
+If you are **on macOS Catalina or newer (macOS >= 11)** and get an error that
+_**“bazel-real” cannot be opened because the developer cannot be verified**_,
+you need to re-download the installer from the terminal using `curl` as a
+workaround; see Step 2 above.
### Step 4: Set up your environment