Skip to content

Commit d8015e6

Browse files
committed
Remove macos12 and ubuntu20
Signed-off-by: Tushar Goel <[email protected]>
1 parent 5c4fa2a commit d8015e6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
################################################################################
66

77
jobs:
8-
- template: etc/ci/azure-posix.yml
9-
parameters:
10-
job_name: ubuntu20_cpython
11-
image_name: ubuntu-20.04
12-
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
13-
test_suites:
14-
all: venv/bin/pytest -n 2 -vvs
158

169
- template: etc/ci/azure-posix.yml
1710
parameters:
@@ -21,14 +14,6 @@ jobs:
2114
test_suites:
2215
all: venv/bin/pytest -n 2 -vvs
2316

24-
- template: etc/ci/azure-posix.yml
25-
parameters:
26-
job_name: macos12_cpython
27-
image_name: macOS-12
28-
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
29-
test_suites:
30-
all: venv/bin/pytest -n 2 -vvs
31-
3217
- template: etc/ci/azure-posix.yml
3318
parameters:
3419
job_name: macos13_cpython

0 commit comments

Comments
 (0)