Skip to content

Commit 0f6f0f0

Browse files
authored
Revert "Disable OSX10.14 Helix jobs for now (#36504)" (#36564)
This reverts commit b6a4909.
1 parent e8d2d81 commit 0f6f0f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/targets/Helix.Common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
2323
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
2424
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
25-
<!-- Re-enable once https://github.com/dotnet/core-eng/issues/14346 is resolved -->
26-
<!-- <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" /> -->
25+
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" />
2726
</ItemGroup>
2827

2928
<!-- queues for helix-matrix.yml pipeline -->

0 commit comments

Comments
 (0)