Skip to content

Commit

Permalink
Update supported version of macOS
Browse files Browse the repository at this point in the history
The docs are referring to a _very_ old version of macOS. Apple isn't forthcoming with official supported dates, but Apple usually provides security updates for the latest 3 releases only. The oldest supported version we can use to test on GitHub Actions is macOS 13, so this is the version we officially support. Update the docs to reflect this.
  • Loading branch information
justinvp committed Nov 25, 2024
1 parent 96993c6 commit f57bed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/blog/configuring-your-dev-environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ $ brew install --cask goland
{{% choosable os macos %}}
macOS Sierra (10.12) or later is required.
macOS Ventura (13) or later is required.
### Homebrew
Expand Down
2 changes: 1 addition & 1 deletion content/docs/esc/download-install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ aliases:
<a class="btn btn-secondary mx-2" href="https://get.pulumi.com/esc/releases/esc-v{{< latest-version-esc >}}-darwin-x64.tar.gz">amd64</a>
<a class="btn btn-secondary mx-2" href="https://get.pulumi.com/esc/releases/esc-v{{< latest-version-esc >}}-darwin-arm64.tar.gz">arm64</a></p>

macOS Sierra (10.12) or later is required.
macOS Ventura (13) or later is required.

The latest version of Pulumi ESC is {{< latest-version-esc >}}.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/iac/download-install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The latest version of Pulumi is **{{< latest-version >}}**. For previous version
<a class="btn btn-secondary mx-2" href="https://get.pulumi.com/releases/sdk/pulumi-v{{< latest-version >}}-darwin-x64.tar.gz">amd64</a>
<a class="btn btn-secondary mx-2" href="https://get.pulumi.com/releases/sdk/pulumi-v{{< latest-version >}}-darwin-arm64.tar.gz">arm64</a></p>

macOS Sierra (10.12) or later is required.
macOS Ventura (13) or later is required.

{{< get-started-note >}}

Expand Down

0 comments on commit f57bed0

Please sign in to comment.