We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5a8917 + 504db3e commit 086e0caCopy full SHA for 086e0ca
src/orka_start_processor.rb
@@ -12,11 +12,11 @@ class OrkaStartProcessor < ThreadRunner
12
"10.15" => "catalina",
13
"11" => "bigsur",
14
"11-arm64-cross" => "monterey-arm64-11-cross",
15
- "12" => "monterey",
+ "12-x86_64" => "monterey",
16
"12-arm64" => "monterey-arm64",
17
- "13" => "ventura",
+ "13-x86_64" => "ventura",
18
"13-arm64" => "ventura-arm64",
19
- "14" => "sonoma",
+ "14-x86_64" => "sonoma",
20
"14-arm64" => "sonoma-arm64",
21
}.freeze
22
0 commit comments