Skip to content

Commit b788660

Browse files
committed
container: add macOS Sequoia bottle support
macOS Sequoia (15) bottle support is added for the `container` formula
1 parent cd35862 commit b788660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/c/container.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Container < Formula
1212

1313
depends_on xcode: ["26.0", :build]
1414
depends_on arch: :arm64
15-
depends_on macos: :tahoe
15+
depends_on macos: :sequoia
1616
depends_on :macos
1717

1818
def install

0 commit comments

Comments
 (0)