Skip to content

Commit dce5b2a

Browse files
Replace deprecated macos-12 runner with macos-14
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent a534fcf commit dce5b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ jobs:
233233

234234
- template: etc/ci/azure-posix.yml
235235
parameters:
236-
job_name: macos12_cpython_latest_from_pip
237-
image_name: macos-12
236+
job_name: macos14_cpython_latest_from_pip
237+
image_name: macos-14
238238
python_versions: ['3.9', '3.10', '3.11', '3.12']
239239
test_suites:
240240
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py

0 commit comments

Comments
 (0)