Skip to content

Commit

Permalink
Fix release for Intel macs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Aug 19, 2024
1 parent 5172b14 commit 05f5ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- runs_on_tag: macos-latest
- runs_on_tag: macos-13
binary_os_suffix: macos
binary_arch_suffix: amd64
- runs_on_tag: macos-14
Expand Down
2 changes: 1 addition & 1 deletion src/hetzner-k3s.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "./cluster/upgrade"

module Hetzner::K3s
class CLI < Admiral::Command
VERSION = "2.0.1"
VERSION = "2.0.2"

class Create < Admiral::Command
define_help description: "create - Create a cluster"
Expand Down

0 comments on commit 05f5ee7

Please sign in to comment.