mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 22:57:51 +08:00
d70768e374
* Change osx to run every 48 hours rather than every 24. * Back out more former-tensorflow-separation yaml.
11 lines
207 B
YAML
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)
|