Skip to content

Commit

Permalink
Merge pull request #2361 from amitkarsale/PA-4594_add_macos13_x86_64
Browse files Browse the repository at this point in the history
(PA-4594) added macos13(x86_64) platform
  • Loading branch information
joshcooper authored Jul 13, 2023
2 parents 4829407 + 5173b83 commit 4d8eb2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/platforms/osx-13-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
platform 'osx-13-x86_64' do |plat|
plat.inherit_from_default
plat.output_dir File.join('apple', '13', 'puppet8', 'x86_64')
end

0 comments on commit 4d8eb2f

Please sign in to comment.