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.
This commit is contained in:
parent
86b1fb0f49
commit
77c306199c
|
@ -77,14 +77,14 @@ jobs:
|
||||||
STRATEGY: linear
|
STRATEGY: linear
|
||||||
ANSIBLE_SKIP_TAGS: resource_intensive
|
ANSIBLE_SKIP_TAGS: resource_intensive
|
||||||
|
|
||||||
- job: MacLatest
|
- job: Mac11
|
||||||
# vanilla Ansible is really slow
|
# vanilla Ansible is really slow
|
||||||
timeoutInMinutes: 120
|
timeoutInMinutes: 120
|
||||||
steps:
|
steps:
|
||||||
- template: azure-pipelines-steps.yml
|
- template: azure-pipelines-steps.yml
|
||||||
pool:
|
pool:
|
||||||
# https://github.com/actions/virtual-environments/blob/main/images/macos/
|
# https://github.com/actions/virtual-environments/blob/main/images/macos/
|
||||||
vmImage: macOS-latest
|
vmImage: macOS-11
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Mito_27:
|
Mito_27:
|
||||||
|
|
Loading…
Reference in New Issue