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.
pull/884/head
Alex Willmer 3 years ago
parent 86b1fb0f49
commit 77c306199c

@ -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:

Loading…
Cancel
Save