From 0e8a779f03e790fbc1d60e20340e0fb483dfd7ba Mon Sep 17 00:00:00 2001 From: Danny Canter Date: Mon, 1 Dec 2025 08:15:39 -0800 Subject: [PATCH] README: Adjust required version numbers (#432) macOS and Xcode 26 are both released now, no need to still list beta. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18922a6e..ad780a59 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ The API allows the runtime environment to be configured and containerized proces To build the Containerization package, you need: - Mac with Apple silicon -- macOS 26 beta -- Xcode 26 beta +- macOS 26 +- Xcode 26 Older versions of macOS are not supported.