Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

To build the `container` project, your system needs either:

- macOS 15 or newer and Xcode 26 Beta
- macOS 26 Beta 1 or newer
- macOS 15 or newer and Xcode 26 beta
- macOS 26 beta or newer

## Compile and test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The tool consumes and produces OCI-compliant container images, so you can pull a

You need an Apple silicon Mac to run `container`. To build it, see the [BUILDING](./BUILDING.md) document.

`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS 26 Beta 1.
`container` relies on the new features and enhancements present in the macOS 26 beta. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS 26 beta.

There are [significant networking limitations](/docs/technical-overview.md#macos-15-limitations) that impact the usability of `container` on macOS 15.

Expand Down
2 changes: 1 addition & 1 deletion docs/technical-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Currently, memory pages freed to the Linux operating system by processes running

### macOS 15 limitations

`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run `container` on macOS 15, but you will need to be aware of some user experience and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS 26 Beta 1.
`container` relies on the new features and enhancements present in the macOS 26 beta. You can run `container` on macOS 15, but you will need to be aware of some user experience and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS 26 beta.

#### Network isolation

Expand Down