From d5f1da05b52b7e04a28f9973467941a0b9464261 Mon Sep 17 00:00:00 2001 From: maniek2332 Date: Sun, 23 Feb 2020 23:35:50 +0100 Subject: [PATCH] updated az-pipelines macos image version, re-enabled macos wheel build --- .ci/az-pipelines/make_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/az-pipelines/make_wheels.yml b/.ci/az-pipelines/make_wheels.yml index 7be49285..803052f7 100644 --- a/.ci/az-pipelines/make_wheels.yml +++ b/.ci/az-pipelines/make_wheels.yml @@ -73,7 +73,7 @@ jobs: - job: build_macos displayName: "Build macOS wheel" pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.14' strategy: matrix: Python36: @@ -112,7 +112,7 @@ jobs: dependsOn: - build_linux - build_windows - # - build_macos + - build_macos pool: vmImage: 'ubuntu-16.04' variables: