From dce5b2a455eaa55bb6e493b48647403bf49f9d43 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Tue, 14 Jan 2025 03:39:47 +0530 Subject: [PATCH] Replace deprecated macos-12 runner with macos-14 Signed-off-by: Ayan Sinha Mahapatra --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 28389ccc9e..7f3f89f6e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -233,8 +233,8 @@ jobs: - template: etc/ci/azure-posix.yml parameters: - job_name: macos12_cpython_latest_from_pip - image_name: macos-12 + job_name: macos14_cpython_latest_from_pip + image_name: macos-14 python_versions: ['3.9', '3.10', '3.11', '3.12'] test_suites: all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py