We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 086e0ca + de4d632 commit cc8d57bCopy full SHA for cc8d57b
src/orka_start_processor.rb
@@ -18,6 +18,9 @@ class OrkaStartProcessor < ThreadRunner
18
"13-arm64" => "ventura-arm64",
19
"14-x86_64" => "sonoma",
20
"14-arm64" => "sonoma-arm64",
21
+ "12" => "monterey", # TODO: Remove me after a week or two
22
+ "13" => "ventura", # TODO: Remove me after a week or two
23
+ "14" => "sonoma", # TODO: Remove me after a week or two
24
}.freeze
25
26
attr_reader :queue
0 commit comments