From 5f672850b5e6ec4465dd78041cd10b9ee7bcc7c8 Mon Sep 17 00:00:00 2001 From: Chin Yeung Date: Tue, 17 Sep 2024 07:33:27 +0800 Subject: [PATCH] Update azure-pipelines.yml Remove the deprecated macos_11 Signed-off-by: Chin Yeung Li --- azure-pipelines.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 764883d..9d4da62 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,14 +23,6 @@ jobs: test_suites: all: venv/bin/pytest -n 2 -vvs - - template: etc/ci/azure-posix.yml - parameters: - job_name: macos11_cpython - image_name: macOS-11 - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] - test_suites: - all: venv/bin/pytest -n 2 -vvs - - template: etc/ci/azure-posix.yml parameters: job_name: macos12_cpython