Skip to content

Commit 4e7bec8

Browse files
committed
Removed the deprecated macos_11 (macos11_cpython_latest_from_pip)
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 6df608c commit 4e7bec8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines.yml

-10
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,3 @@ jobs:
8080
all:
8181
venv\Scripts\pip install --upgrade-strategy eager --force-reinstall
8282
--upgrade -e . && venv\Scripts\pytest -n 2 -vvs
83-
84-
- template: etc/ci/azure-posix.yml
85-
parameters:
86-
job_name: macos11_cpython_latest_from_pip
87-
image_name: macos-11
88-
python_versions: ["3.7", "3.8", "3.9", "3.10"]
89-
test_suites:
90-
all:
91-
venv/bin/pip install --upgrade-strategy eager --force-reinstall
92-
--upgrade -e . && venv/bin/pytest -n 2 -vvs

0 commit comments

Comments
 (0)