Skip to content

Commit c5251f4

Browse files
committed
Run tests on macOS 11
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b408c85 commit c5251f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
test_suites:
3232
all: venv/bin/pytest -n 2 -vvs
3333

34+
- template: etc/ci/azure-posix.yml
35+
parameters:
36+
job_name: macos11_cpython
37+
image_name: macos-11
38+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
39+
test_suites:
40+
all: venv/bin/pytest -n 2 -vvs
41+
3442
- template: etc/ci/azure-win.yml
3543
parameters:
3644
job_name: win2019_cpython

0 commit comments

Comments
 (0)