Skip to content

Commit

Permalink
Changes to support macOS 15
Browse files Browse the repository at this point in the history
Differential Revision: D58749691

fbshipit-source-id: 99a37e1cb13dad77d5cd14e85da4368765f06415
  • Loading branch information
Travis Graham authored and facebook-github-bot committed Jun 18, 2024
1 parent e846e49 commit 5ea6f19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions itchef/cookbooks/fb_helpers/libraries/node_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ def macos14?
macos? && node['platform_version'].start_with?('14.')
end

def macos15?
macos? && node['platform_version'].start_with?('15.')
end

def mac_mini_2014?
macos? && node['hardware']['machine_model'] == 'Macmini7,1'
end
Expand Down

0 comments on commit 5ea6f19

Please sign in to comment.