Skip to content

Commit

Permalink
Merge pull request #2431 from imaqsood/PA-5881-main
Browse files Browse the repository at this point in the history
(PA-5881) Add macOS 14 (Intel) platform definition to puppet-agent-main
  • Loading branch information
imaqsood authored Nov 29, 2023
2 parents 8672e80 + ca2747f commit 875b5e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/platforms/osx-14-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
platform 'osx-14-x86_64' do |plat|
plat.inherit_from_default
plat.output_dir File.join('apple', '14', 'puppet8', 'x86_64')
end

0 comments on commit 875b5e5

Please sign in to comment.