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
2 changes: 1 addition & 1 deletion Casks/transcripted.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

auto_updates true
depends_on arch: :arm64
depends_on macos: ">= :tahoe"
depends_on macos: :tahoe

app "Transcripted.app"

Expand Down
2 changes: 1 addition & 1 deletion Tests/ReleaseMetadataContractTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func testReleaseMetadataContract() {
"Homebrew cask URL should keep tracking the matching GitHub release asset"
)
assertTrue(cask.contains("depends_on arch: :arm64"), "Homebrew cask should keep the arm64 release contract")
assertTrue(cask.contains("depends_on macos: \">= :tahoe\""), "Homebrew cask should stay aligned with the macOS 26+ release floor")
assertTrue(cask.contains("depends_on macos: :tahoe"), "Homebrew cask should use the supported symbol syntax for the macOS 26+ release floor")
}

runSuite("Release metadata - Sparkle app settings point at the committed appcast") {
Expand Down
Loading