File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 99 # ANSIBLE_VERBOSITY: 3
1010
1111jobs :
12- - job : Mac1014
13- # vanilla Ansible is really slow
14- timeoutInMinutes : 120
15- steps :
16- - template : azure-pipelines-steps.yml
17- pool :
18- # https://github.com/actions/virtual-environments/blob/main/images/macos/
19- vmImage : macOS-10.14
20- strategy :
21- matrix :
22- Mito_27 :
23- python.version : ' 2.7'
24- tox.env : py27-mode_mitogen
25- Mito_36 :
26- python.version : ' 3.6'
27- tox.env : py36-mode_mitogen
28- Mito_39 :
29- python.version : ' 3.9'
30- tox.env : py39-mode_mitogen
31-
3212- job : Mac1015
3313 # vanilla Ansible is really slow
3414 timeoutInMinutes : 120
@@ -77,14 +57,14 @@ jobs:
7757 STRATEGY : linear
7858 ANSIBLE_SKIP_TAGS : resource_intensive
7959
80- - job : MacLatest
60+ - job : Mac11
8161 # vanilla Ansible is really slow
8262 timeoutInMinutes : 120
8363 steps :
8464 - template : azure-pipelines-steps.yml
8565 pool :
8666 # https://github.com/actions/virtual-environments/blob/main/images/macos/
87- vmImage : macOS-latest
67+ vmImage : macOS-11
8868 strategy :
8969 matrix :
9070 Mito_27 :
You can’t perform that action at this time.
0 commit comments