@@ -111,21 +111,28 @@ jobs:
111
111
112
112
- template : etc/ci/azure-posix.yml
113
113
parameters :
114
- job_name : macos11_cpython
115
- python_architecture : x64
116
- image_name : macOS-11
114
+ job_name : macos12_cpython
115
+ image_name : macOS-12
117
116
python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
117
+ python_architecture : x64
118
118
test_suites :
119
119
all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
120
120
121
121
- template : etc/ci/azure-posix.yml
122
122
parameters :
123
- job_name : macos12_cpython
124
- image_name : macOS-12
123
+ job_name : macos13_cpython
124
+ image_name : macOS-13
125
125
python_versions : ['3.8', '3.9', '3.10', '3.11', '3.12']
126
- python_architecture : x64
127
126
test_suites :
128
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
127
+ all : venv/bin/pytest -n 2 -vvs
128
+
129
+ - template : etc/ci/azure-posix.yml
130
+ parameters :
131
+ job_name : macos14_cpython
132
+ image_name : macOS-14-large
133
+ python_versions : ['3.8', '3.8', '3.9', '3.10', '3.12']
134
+ test_suites :
135
+ all : venv/bin/pytest -n 2 -vvs
129
136
130
137
- template : etc/ci/azure-win.yml
131
138
parameters :
0 commit comments