Skip to content

Commit 5b505f5

Browse files
authored
Merge pull request #884 from moreati/macos-11-again
Drop macOS 10.14 tests, explicitly test on macOS 11
2 parents 86b1fb0 + d424895 commit 5b505f5

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.ci/azure-pipelines.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,6 @@
99
#ANSIBLE_VERBOSITY: 3
1010

1111
jobs:
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:

0 commit comments

Comments
 (0)