Skip to content

Commit

Permalink
podman: require ventura
Browse files Browse the repository at this point in the history
Podman machine requires EFI which is only available in macOS 13 or later.
containers/podman#22121 (comment)

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
ashley-cui authored and chenrui333 committed Mar 21, 2024
1 parent 300b6ba commit 01bf4cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/p/podman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Podman < Formula

depends_on "go" => :build
depends_on "go-md2man" => :build
depends_on macos: :ventura # see discussions in https://github.com/containers/podman/issues/22121
uses_from_macos "python" => :build

on_macos do
Expand Down

0 comments on commit 01bf4cf

Please sign in to comment.