mirror of
https://github.com/apple/container.git
synced 2026-07-13 04:57:08 +00:00
e9891b3cfe
- A recent change moved the list and delete network XPC calls within an availability check, making them only available on macOS 26. However, there are some code flows that rely on being able to call `list` on the NetworksService, including anything that uses `networkClient.builtin`. - `container` does not officially support macOS 15 and as a result we do not have GitHub action runners for validation on macOS 15. That said, we try to avoid breaking compatibility on macOS 15 as much as possible. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>