diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9dab4aa07b9..3590951a28f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,7 +139,9 @@ extends: - job: OSX_${{ config.buildConfig }} displayName: OSX ${{ config.buildConfig }} pool: + name: 'Azure Pipelines' vmImage: 'macOS-latest' + os: macOS variables: - _BuildConfig: ${{ config.buildConfig }} - _SignType: none