From 009ce93b4a7ed935ad276b829b9cc59fbbbbaa87 Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Mon, 16 Jun 2025 12:35:14 -0700 Subject: [PATCH] Require having a Mac with Apple silicon and Xcode 26 beta (#125) This PR requires installing Xcode 26 beta until we resolve https://github.com/apple/containerization/issues/66. --- BUILDING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 9d05315a..3b439670 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,9 +1,10 @@ # Building the project -To build the `container` project, your system needs either: +To build the `container` project, you need: -- macOS 15 or newer and Xcode 26 beta -- macOS 26 beta or newer +- Mac with Apple silicon +- macOS 15 minimum, macOS 26 beta recommended +- Xcode 26 beta ## Compile and test