mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-07 13:17:52 +08:00
5edd518dc3
* [macos ci] update to 2022-01-03 * update the instructions * forgot to update azure-pipelines-osx.yml * install parallels in Install-Prerequisites.ps1 * oops * fix ace, libsoundio, and libpqxx * tensorflow doesn't yet support macOS 12
11 lines
207 B
YAML
11 lines
207 B
YAML
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
variables:
|
|
osx-pool: 'PrOsx-2022-01-03'
|
|
|
|
jobs:
|
|
- template: osx/azure-pipelines.yml
|
|
parameters:
|
|
poolName: $(osx-pool)
|