@@ -25,33 +25,33 @@ jobs:
2525
2626 - template : etc/ci/azure-posix.yml
2727 parameters :
28- job_name : macos11_cpython
29- image_name : macOS-11
28+ job_name : macos12_cpython
29+ image_name : macOS-12
3030 python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
3131 test_suites :
3232 all : venv/bin/pytest -n 2 -vvs
3333
3434 - template : etc/ci/azure-posix.yml
3535 parameters :
36- job_name : macos12_cpython
37- image_name : macOS-12
36+ job_name : macos13_cpython
37+ image_name : macOS-13
3838 python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
3939 test_suites :
4040 all : venv/bin/pytest -n 2 -vvs
4141
4242 - template : etc/ci/azure-posix.yml
4343 parameters :
44- job_name : macos13_cpython
45- image_name : macOS-13
44+ job_name : macos14_cpython_arm64
45+ image_name : macOS-14
4646 python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
4747 test_suites :
4848 all : venv/bin/pytest -n 2 -vvs
4949
5050 - template : etc/ci/azure-posix.yml
5151 parameters :
5252 job_name : macos14_cpython
53- image_name : macOS-14
54- python_versions : ['3.8', '3.9 ', '3.10 ', '3.11 ', '3.12']
53+ image_name : macOS-14-large
54+ python_versions : ['3.8', '3.8 ', '3.9 ', '3.10 ', '3.12']
5555 test_suites :
5656 all : venv/bin/pytest -n 2 -vvs
5757
0 commit comments