We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdd9a2 commit 136483eCopy full SHA for 136483e
2 files changed
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- run: brew test-bot --only-tap-syntax
44
45
- - run: brew audit --cask --strict --online --tap coder/coder mux
+ - run: brew audit --cask --strict --online coder/coder/mux
46
if: runner.os == 'macOS' && github.event_name == 'pull_request'
47
48
- run: brew test-bot --only-formulae
Casks/mux.rb
@@ -14,6 +14,7 @@
14
homepage "https://mux.coder.com/"
15
16
auto_updates true
17
+ depends_on macos: ">= :monterey"
18
19
app "mux.app"
20
0 commit comments