Skip to content

Commit

Permalink
Update mac_os_x chefspec tests
Browse files Browse the repository at this point in the history
Differential Revision: D60275753

fbshipit-source-id: e8d19468859856f426ee58ecd30503548131a7b2
  • Loading branch information
Amad Aslam authored and facebook-github-bot committed Jul 26, 2024
1 parent 9a346b5 commit c64381a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/fbspec_platforms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Platforms and versions are defined here: https://fburl.com/gqlux2fx
PLATFORMS = {
'default' => {
:centos8 => [
Expand All @@ -28,7 +29,7 @@
:mac_os_x => [
{
'platform' => 'mac_os_x',
'version' => '10.15',
'version' => '12',
},
],
},
Expand Down

0 comments on commit c64381a

Please sign in to comment.