Skip to content

Commit

Permalink
Merge pull request #18 from Homebrew/fix-config-map
Browse files Browse the repository at this point in the history
orka_start_processor: fix `CONFIG_MAP`
  • Loading branch information
carlocab committed May 11, 2024
2 parents a5a8917 + 504db3e commit 086e0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/orka_start_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ class OrkaStartProcessor < ThreadRunner
"10.15" => "catalina",
"11" => "bigsur",
"11-arm64-cross" => "monterey-arm64-11-cross",
"12" => "monterey",
"12-x86_64" => "monterey",
"12-arm64" => "monterey-arm64",
"13" => "ventura",
"13-x86_64" => "ventura",
"13-arm64" => "ventura-arm64",
"14" => "sonoma",
"14-x86_64" => "sonoma",
"14-arm64" => "sonoma-arm64",
}.freeze

Expand Down

0 comments on commit 086e0ca

Please sign in to comment.