ci: Drop Mac1014 jobs
The VM Image has been retired by Azure Pipelines.
This commit is contained in:
parent
77c306199c
commit
d424895344
|
@ -9,26 +9,6 @@
|
|||
#ANSIBLE_VERBOSITY: 3
|
||||
|
||||
jobs:
|
||||
- job: Mac1014
|
||||
# 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-10.14
|
||||
strategy:
|
||||
matrix:
|
||||
Mito_27:
|
||||
python.version: '2.7'
|
||||
tox.env: py27-mode_mitogen
|
||||
Mito_36:
|
||||
python.version: '3.6'
|
||||
tox.env: py36-mode_mitogen
|
||||
Mito_39:
|
||||
python.version: '3.9'
|
||||
tox.env: py39-mode_mitogen
|
||||
|
||||
- job: Mac1015
|
||||
# vanilla Ansible is really slow
|
||||
timeoutInMinutes: 120
|
||||
|
|
Loading…
Reference in New Issue