From b12572de72ce47f793fb8c70cf0178c22aaedc57 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Thu, 25 Jul 2024 00:58:20 +0530 Subject: [PATCH] Use only macOS-14 image for macOS 14 CI Signed-off-by: Keshav Priyadarshi --- azure-pipelines.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f9562c98..b7e21c8e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,16 +53,6 @@ jobs: test_suites: all: venv/bin/pytest -n 2 -vvs - - template: etc/ci/azure-posix.yml - parameters: - job_name: macos14_cpython - image_name: macOS-14-large - python_versions: ['3.8', '3.8', '3.9', '3.10', '3.12'] - test_suites: - all: | - source venv/bin/activate - pytest -n 2 -vvs - - template: etc/ci/azure-win.yml parameters: job_name: win2019_cpython