Skip to content

Commit 5b734f0

Browse files
Merge remote-tracking branch 'skeleton/main' into improve-pypi-package-detection
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
2 parents e2e9019 + 5c3e935 commit 5b734f0

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,28 @@ jobs:
111111

112112
- template: etc/ci/azure-posix.yml
113113
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
117116
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
117+
python_architecture: x64
118118
test_suites:
119119
all: venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
120120

121121
- template: etc/ci/azure-posix.yml
122122
parameters:
123-
job_name: macos12_cpython
124-
image_name: macOS-12
123+
job_name: macos13_cpython
124+
image_name: macOS-13
125125
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
126-
python_architecture: x64
127126
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
129136

130137
- template: etc/ci/azure-win.yml
131138
parameters:

0 commit comments

Comments
 (0)