Skip to content

Commit 2a43f4c

Browse files
committed
Correct supported runner on Azure
See for details: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml macOS ARM images do not seem to be supported there Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e776fef commit 2a43f4c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ jobs:
2626
- template: etc/ci/azure-posix.yml
2727
parameters:
2828
job_name: macos13_cpython
29-
image_name: macOS-13-xlarge
30-
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
31-
test_suites:
32-
all: venv/bin/pytest -n 2 -vvs
33-
34-
- template: etc/ci/azure-posix.yml
35-
parameters:
36-
job_name: macos13_cpython_arm64
3729
image_name: macOS-13
3830
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
3931
test_suites:
@@ -42,14 +34,6 @@ jobs:
4234
- template: etc/ci/azure-posix.yml
4335
parameters:
4436
job_name: macos14_cpython
45-
image_name: macOS-14-large
46-
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
47-
test_suites:
48-
all: venv/bin/pytest -n 2 -vvs
49-
50-
- template: etc/ci/azure-posix.yml
51-
parameters:
52-
job_name: macos14_cpython_arm64
5337
image_name: macOS-14
5438
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
5539
test_suites:
@@ -63,14 +47,6 @@ jobs:
6347
test_suites:
6448
all: venv/bin/pytest -n 2 -vvs
6549

66-
- template: etc/ci/azure-posix.yml
67-
parameters:
68-
job_name: macos15_cpython_arm64
69-
image_name: macOS-15-large
70-
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
71-
test_suites:
72-
all: venv/bin/pytest -n 2 -vvs
73-
7450
- template: etc/ci/azure-win.yml
7551
parameters:
7652
job_name: win2019_cpython

0 commit comments

Comments
 (0)