Skip to content

Commit c5ca81b

Browse files
Remove deprecated macos-13 runner from CI
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent f817db0 commit c5ca81b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@ jobs:
145145
test_suites:
146146
all: venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
147147

148-
- template: etc/ci/azure-posix.yml
149-
parameters:
150-
job_name: macos13_cpython
151-
image_name: macOS-13
152-
python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
153-
test_suites:
154-
all: venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
155-
156148
- template: etc/ci/azure-win.yml
157149
parameters:
158150
job_name: win2025_cpython
@@ -220,14 +212,6 @@ jobs:
220212
test_suites:
221213
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
222214

223-
- template: etc/ci/azure-posix.yml
224-
parameters:
225-
job_name: macos13_cpython_latest_from_pip
226-
image_name: macos-13
227-
python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
228-
test_suites:
229-
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
230-
231215
- template: etc/ci/azure-win.yml
232216
parameters:
233217
job_name: win2019_cpython_latest_from_pip

0 commit comments

Comments
 (0)