Skip to content

Commit 0c8964d

Browse files
committed
(MODULES-10661) Add OS X 10.15 support
1 parent 2a53f9c commit 0c8964d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@
108108
"operatingsystem": "OSX",
109109
"operatingsystemrelease": [
110110
"10.12",
111-
"10.13"
111+
"10.13",
112+
"10.14",
113+
"10.15"
112114
]
113115
}
114116
],

spec/classes/puppet_agent_osfamily_darwin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
describe 'supported environment' do
3131
let(:params) {{ package_version: package_version }}
3232
context "when running a supported OSX" do
33-
["osx-10.12-x86_64", "osx-10.13-x86_64", "osx-10.14-x86_64"].each do |tag|
33+
["osx-10.12-x86_64", "osx-10.13-x86_64", "osx-10.14-x86_64", "osx-10.15-x86_64"].each do |tag|
3434
context "on #{tag} with no aio_version" do
3535
let(:osmajor) { tag.split('-')[1] }
3636

0 commit comments

Comments
 (0)