1111# These jobs are using VMs and Azure-provided Pythons 3.8
1212# ###############################################################################
1313
14- - template : etc/ci/azure-posix.yml
15- parameters :
16- job_name : ubuntu18_cpython
17- image_name : ubuntu-18.04
18- python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
19- test_suites :
20- all : venv/bin/pytest -n 2 -vvs
21-
2214 - template : etc/ci/azure-posix.yml
2315 parameters :
2416 job_name : ubuntu20_cpython
@@ -37,24 +29,24 @@ jobs:
3729
3830 - template : etc/ci/azure-posix.yml
3931 parameters :
40- job_name : macos1015_cpython
41- image_name : macos-10.15
32+ job_name : macos11_cpython
33+ image_name : macOS-11
4234 python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
4335 test_suites :
4436 all : venv/bin/pytest -n 2 -vvs
4537
4638 - template : etc/ci/azure-posix.yml
4739 parameters :
48- job_name : macos11_cpython
49- image_name : macos-11
40+ job_name : macos12_cpython
41+ image_name : macOS-12
5042 python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
5143 test_suites :
5244 all : venv/bin/pytest -n 2 -vvs
5345
5446 - template : etc/ci/azure-posix.yml
5547 parameters :
56- job_name : macos12_cpython
57- image_name : macos-12
48+ job_name : macos13_cpython
49+ image_name : macOS-13
5850 python_versions : ['3.7', '3.8', '3.9', '3.10', '3.11']
5951 test_suites :
6052 all : venv/bin/pytest -n 2 -vvs
0 commit comments