From e870e2aedcc9f4833117a29a66459d80c4ed2a33 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Tue, 10 Sep 2024 18:00:07 +0530 Subject: [PATCH] Remove macos-14 runner Signed-off-by: Keshav Priyadarshi --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 69f8863..40ace8b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,14 +45,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: venv/bin/pytest -n 2 -vvs - - template: etc/ci/azure-win.yml parameters: job_name: win2019_cpython