From 33c808b739846dae77b0b6e988fd8989873ceab9 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 3 Feb 2016 15:27:41 -0800 Subject: [PATCH] Enable Ruby Mac artifact build --- tools/run_tests/artifact_targets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py index 317111e4df8..7e4601e85aa 100644 --- a/tools/run_tests/artifact_targets.py +++ b/tools/run_tests/artifact_targets.py @@ -228,4 +228,5 @@ def targets(): [PythonArtifact('linux', 'x86'), PythonArtifact('linux', 'x64'), RubyArtifact('linux', 'x86'), - RubyArtifact('linux', 'x64')]) + RubyArtifact('linux', 'x64'), + RubyArtifact('macos', 'x64')])