From 7514f74aebc8af7755c6b16f30793b19d007556e Mon Sep 17 00:00:00 2001 From: Thomas J Fan Date: Wed, 4 Mar 2020 11:22:26 -0500 Subject: [PATCH 1/2] BLD Update osx vmimage --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 97fb265e..eb54e26b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,11 @@ schedules: -- cron: "42 3 */1 * *" - # 3:42 am UTC everyday - displayName: Nighthly build - branches: - include: - - master - always: true + - cron: "42 3 */1 * *" + # 3:42 am UTC everyday + displayName: Nighthly build + branches: + include: + - master + always: true jobs: - template: azure/windows.yml @@ -87,7 +87,7 @@ jobs: - template: azure/posix.yml parameters: name: macOS - vmImage: xcode9-macos10.13 + vmImage: macOS-10.14 matrix: py_3.5_64: MB_PYTHON_VERSION: "3.5" From 33087778913a551535fac3d09e39e9af3ffbbf8c Mon Sep 17 00:00:00 2001 From: Thomas J Fan Date: Wed, 4 Mar 2020 11:23:29 -0500 Subject: [PATCH 2/2] REV reduce diff --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eb54e26b..05e7788f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,11 @@ schedules: - - cron: "42 3 */1 * *" - # 3:42 am UTC everyday - displayName: Nighthly build - branches: - include: - - master - always: true +- cron: "42 3 */1 * *" + # 3:42 am UTC everyday + displayName: Nighthly build + branches: + include: + - master + always: true jobs: - template: azure/windows.yml