Skip to content

Coder Desktop v0.6.0 #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 2, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix
  • Loading branch information
ethanndickson committed Jun 2, 2025
commit 616cd6fabc6a8a13478a741ba031881ef4379cd8
2 changes: 1 addition & 1 deletion Casks/coder-desktop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
name "Coder Desktop"
desc "Native desktop client for Coder"
homepage "https://github.com/coder/coder-desktop-macos"
auto_updates true

depends_on macos: ">= :sonoma"

Check failure on line 10 in Casks/coder-desktop.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaOrder: `depends_on` stanza out of order

Check failure on line 10 in Casks/coder-desktop.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Cask/StanzaOrder: `depends_on` stanza out of order
auto_updates true

Check failure on line 11 in Casks/coder-desktop.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Cask/StanzaOrder: `auto_updates` stanza out of order

Check failure on line 11 in Casks/coder-desktop.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Cask/StanzaOrder: `auto_updates` stanza out of order

pkg "Coder-Desktop.pkg"

Expand Down
Loading