Skip to content

Commit

Permalink
Merge pull request #18595 from AdamBrousseau/fix_get_node_platform
Browse files Browse the repository at this point in the history
Update baseOS from osx to mac
  • Loading branch information
pshipton authored Dec 11, 2023
2 parents f2099dd + e70baf7 commit c06325f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/variables-functions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def get_node_platform(nodeLabels) {
return ''
}
switch (baseOS) {
case ['aix', 'windows', 'osx', 'zos']:
case ['aix', 'windows', 'mac', 'zos']:
return baseOS
break
case ['linux', 'ubuntu', 'rhel', 'cent', 'sles'] :
Expand Down

0 comments on commit c06325f

Please sign in to comment.