From 77c306199c201bbf00fb23f2a8ae4f519444b063 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 15 Dec 2021 12:07:00 +0000 Subject: [PATCH] ci: Explicitly test on macOS-11 VM Image As of writing this macOS-latest isn't quite yet upgraded, but warnings about it are spewing out. --- .ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 3484cd4d..7af6cdb5 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -77,14 +77,14 @@ jobs: STRATEGY: linear ANSIBLE_SKIP_TAGS: resource_intensive -- job: MacLatest +- job: Mac11 # vanilla Ansible is really slow timeoutInMinutes: 120 steps: - template: azure-pipelines-steps.yml pool: # https://github.com/actions/virtual-environments/blob/main/images/macos/ - vmImage: macOS-latest + vmImage: macOS-11 strategy: matrix: Mito_27: