Skip to content

Commit 9069fe4

Browse files
committed
update azure macos pipeline
Signed-off-by: 404-geek <[email protected]>
1 parent 1f36f75 commit 9069fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ jobs:
2626
- template: etc/ci/azure-posix.yml
2727
parameters:
2828
job_name: macos13_cpython
29-
image_name: macOS-13
29+
image_name: macos-13
3030
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
3131
test_suites:
3232
all: venv/bin/pytest -n 2 -vvs tests
3333

3434
- template: etc/ci/azure-posix.yml
3535
parameters:
3636
job_name: macos14_cpython_arm64
37-
image_name: macOS-14
37+
image_name: macos-14
3838
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939
test_suites:
4040
all: venv/bin/pytest -n 2 -vvs tests
4141

4242
- template: etc/ci/azure-posix.yml
4343
parameters:
4444
job_name: macos14_cpython
45-
image_name: macOS-14-large
45+
image_name: macos-14-large
4646
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
4747
test_suites:
4848
all: venv/bin/pytest -n 2 -vvs tests

0 commit comments

Comments
 (0)