diff --git a/recipes/macos.rb b/recipes/macos.rb index 45387fc..72a99f2 100644 --- a/recipes/macos.rb +++ b/recipes/macos.rb @@ -95,6 +95,10 @@ "monterey" when /\A13\./ "ventura" + when /\A14\./ + "sonoma" + when /\A15\./ + "sequoia" else Chef::Fatal.log("macOS version #{node["platform_version"]} is not supported by this cookbook") raise