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