vcpkg/scripts/azure-pipelines/azure-pipelines-osx.yml
Billy O'Neal d70768e374
[vcpkg] Change osx to run every 48 hours rather than every 24. (#21954)
* Change osx to run every 48 hours rather than every 24.

* Back out more former-tensorflow-separation yaml.
2021-12-13 12:54:16 -08:00

11 lines
207 B
YAML

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: MIT
#
variables:
osx-pool: 'PrOsx-2021-07-27'
jobs:
- template: osx/azure-pipelines.yml
parameters:
poolName: $(osx-pool)