Skip to content

Commit 2bf20ed

Browse files
committed
Remove macOS 10.15 from CI
Azure is GH workflows are dropping it. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c8b179c commit 2bf20ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626

2727
- template: etc/ci/azure-posix.yml
2828
parameters:
29-
job_name: macos1015_cpython
30-
image_name: macos-10.15
29+
job_name: macos12_cpython
30+
image_name: macos-12
3131
python_versions: ['3.8', '3.9', '3.10']
3232
test_suites:
3333
all: venv/bin/pytest -n 2 -vvs

0 commit comments

Comments
 (0)