Product

MacOS Tahoe 26.3.2 & Tahoe Beta 26.5 Images Now Available

By GetMac Team
5 min read
MacOS Tahoe 26.3.2 & Tahoe Beta 26.5 Images Now Available

We're excited to announce two new image updates for our runners: macOS Tahoe 26.3.2 with Xcode 26.4 and macOS Tahoe 26.5 Beta with Xcode 26.5 Beta. Both images are available today across all GetMac plans.

macOS Tahoe 26.3.2 (Stable)

Apple released macOS Tahoe 26.3.2, a maintenance update to the 26.3 line, and our runners are updated to match. This release brings Xcode 26.4 and expanded simulator coverage:

  • Xcode 26.4 — Build 17E192 with iOS 26.4, tvOS 26.4, watchOS 26.4, and visionOS 26.4 simulator runtimes now available.
  • Updated CLIs — AWS CLI 2.34.25, Google Cloud SDK 563.0.0, and GitHub CLI 2.89.0.
  • Java 26 — Updated from Java 25 to Java 26.
  • Node.js packages — TypeScript 6.0.2, npm 11.12.1, pnpm 10.33.0, and eslint 10.2.0.
  • Go & Rust toolchains — Go 1.26.1 and Rust 1.94.1 are pre-installed on macOS 26 images.
  • Android SDK — Now pre-installed with Build-Tools 34 & 35, Platform-Tools 37.0.0, NDK 27, and Android Emulator 36.5.10.

macOS Tahoe 26.5 Beta

For teams testing against upcoming OS changes, we've updated to macOS Tahoe 26.5 Beta with Xcode 26.5 Beta. Key updates:

  • Xcode 26.5 Beta — Build 17F5012f with the latest beta SDKs for iOS 26.5, tvOS 26.5, watchOS 26.5, and visionOS 26.5.
  • New 26.5 simulator runtimes — All platforms include 26.5 beta runtimes alongside the existing 26.4 stable runtimes.
  • Google Cloud SDK 564.0.0 — Latest Cloud SDK for beta image.

GitHub Actions Integration

Use the following labels in your runs-on field:

  • getmac-tahoe or getmac-latest — macOS Tahoe 26.3.2 with Xcode 26.4
  • getmac-tahoe-beta — macOS Tahoe 26.5 Beta with Xcode 26.5 Beta
- runs-on: macos-latest
+ runs-on: getmac-tahoe

For the full list of available labels, see our Workflow Labels documentation. For a complete breakdown of pre-installed tools, simulators, and SDKs, check out the Installed Tools & Libraries page.

Get Started

Both images are live now. Update your workflow labels and your next run will pick up the new images automatically.

As always, we'd love to hear your feedback — join our Discord community to share thoughts or request new tools.

— The GetMac Team

#product#update#macos#tahoe#beta#xcode#ci-cd
MacOS Tahoe 26.3.2 and Tahoe Beta 26.5 Images Now Available | GetMac