We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd35862 commit b9f80eeCopy full SHA for b9f80ee
1 file changed
Formula/c/container.rb
@@ -7,12 +7,13 @@ class Container < Formula
7
head "https://github.com/apple/container.git", branch: "main"
8
9
bottle do
10
- sha256 arm64_tahoe: "09c25a77c53e145088f2fee6ee1c8ec5b4c30aaf7a739d74642510824cd4767a"
+ sha256 arm64_tahoe: "09c25a77c53e145088f2fee6ee1c8ec5b4c30aaf7a739d74642510824cd4767a"
11
+ sha256 arm64_sequoia: "6bd062048b35f77e4f7e3100a91057f8869367c89e3fbe709e90c1fb7f9f49e8"
12
end
13
14
depends_on xcode: ["26.0", :build]
15
depends_on arch: :arm64
- depends_on macos: :tahoe
16
+ depends_on macos: :sequoia
17
depends_on :macos
18
19
def install
0 commit comments