Skip to content

Commit

Permalink
Merge pull request #160970 from krehel/update-camunda-modeler-depends-on
Browse files Browse the repository at this point in the history
camunda-modeler: update `depends_on`
  • Loading branch information
miccal authored Nov 24, 2023
2 parents ca4b6ca + 0f80a44 commit ca9e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Casks/c/camunda-modeler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
regex(%r{href=.*?/camunda[._-]?modeler[._-]?v?(\d+(?:\.\d+)+)[._-]?mac\.zip}i)
end

depends_on macos: ">= :high_sierra"
depends_on macos: ">= :catalina"

app "Camunda Modeler.app"

Expand Down

0 comments on commit ca9e06f

Please sign in to comment.