Skip to content

Commit 136483e

Browse files
committed
mux: satisfy audit + scope CI audit to mux
1 parent 3cdd9a2 commit 136483e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- run: brew test-bot --only-tap-syntax
4444

45-
- run: brew audit --cask --strict --online --tap coder/coder mux
45+
- run: brew audit --cask --strict --online coder/coder/mux
4646
if: runner.os == 'macOS' && github.event_name == 'pull_request'
4747

4848
- run: brew test-bot --only-formulae

Casks/mux.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
homepage "https://mux.coder.com/"
1515

1616
auto_updates true
17+
depends_on macos: ">= :monterey"
1718

1819
app "mux.app"
1920

0 commit comments

Comments
 (0)