Skip to content

Commit c7c97dd

Browse files
committed
Remove the deprecated macos_11
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 97176e3 commit c7c97dd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
21
################################################################################
32
# We use Azure to run the full tests suites on multiple Python 3.x
43
# on multiple Windows, macOS and Linux versions all on 64 bits
54
# These jobs are using VMs with Azure-provided Python builds
65
################################################################################
76

87
jobs:
9-
108
- template: etc/ci/azure-posix.yml
119
parameters:
1210
job_name: ubuntu20_cpython
@@ -23,14 +21,6 @@ jobs:
2321
test_suites:
2422
all: venv/bin/pytest -n 2 -vvs
2523

26-
- template: etc/ci/azure-posix.yml
27-
parameters:
28-
job_name: macos11_cpython
29-
image_name: macOS-11
30-
python_versions: ['3.8', '3.9', '3.10', '3.11']
31-
test_suites:
32-
all: venv/bin/pytest -n 2 -vvs
33-
3424
- template: etc/ci/azure-posix.yml
3525
parameters:
3626
job_name: macos12_cpython

0 commit comments

Comments
 (0)