Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop macOS 10.14 tests, explicitly test on macOS 11 #884

Merged
merged 2 commits into from
Dec 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 2 additions & 22 deletions .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -77,14 +57,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:
Expand Down