Skip to content

Commit e7c1cd1

Browse files
authored
Merge pull request #487 from GabrielNagy/PE-27501/add-osx-1015
2 parents f3ce83e + 0c8964d commit e7c1cd1

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
@@ -109,7 +109,9 @@
109109
"operatingsystem": "OSX",
110110
"operatingsystemrelease": [
111111
"10.12",
112-
"10.13"
112+
"10.13",
113+
"10.14",
114+
"10.15"
113115
]
114116
}
115117
],

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)