Skip to content

Commit 0f6558d

Browse files
committed
Drop MacOS 12
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 253a28e commit 0f6558d

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
@@ -23,8 +23,8 @@ jobs:
2323

2424
- template: etc/ci/azure-posix.yml
2525
parameters:
26-
job_name: macos12_cpython
27-
image_name: macOS-12
26+
job_name: macos14_cpython
27+
image_name: macOS-14
2828
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929
test_suites:
3030
all: venv/bin/pytest -n 2 -vvs --reruns 2

0 commit comments

Comments
 (0)