@@ -25,33 +25,33 @@ jobs:
25
25
26
26
- template : etc/ci/azure-posix.yml
27
27
parameters :
28
- job_name : macos11_cpython
29
- image_name : macOS-11
28
+ job_name : macos12_cpython
29
+ image_name : macOS-12
30
30
python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
31
31
test_suites :
32
32
all : venv/bin/pytest -n 2 -vvs
33
33
34
34
- template : etc/ci/azure-posix.yml
35
35
parameters :
36
- job_name : macos12_cpython
37
- image_name : macOS-12
36
+ job_name : macos13_cpython
37
+ image_name : macOS-13
38
38
python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
39
39
test_suites :
40
40
all : venv/bin/pytest -n 2 -vvs
41
41
42
42
- template : etc/ci/azure-posix.yml
43
43
parameters :
44
- job_name : macos13_cpython
45
- image_name : macOS-13
44
+ job_name : macos14_cpython_arm64
45
+ image_name : macOS-14
46
46
python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
47
47
test_suites :
48
48
all : venv/bin/pytest -n 2 -vvs
49
49
50
50
- template : etc/ci/azure-posix.yml
51
51
parameters :
52
52
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']
55
55
test_suites :
56
56
all : venv/bin/pytest -n 2 -vvs
57
57
0 commit comments