Skip to content

Commit 6b0d841

Browse files
AyanSinhaMahapatraTG1999
authored andcommitted
Replace deprecated macos CI runners
Replace macos-11 runners with macos-14 runners. Reference: https://github.com/actions/runner-images?tab=readme-ov-file#available-images Reference: aboutcode-org/skeleton#89 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 88edee4 commit 6b0d841

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,33 @@ jobs:
2424

2525
- template: etc/ci/azure-posix.yml
2626
parameters:
27-
job_name: macos11_cpython
28-
image_name: macOS-11
27+
job_name: macos12_cpython
28+
image_name: macOS-12
2929
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
3030
test_suites:
3131
all: venv/bin/pytest -n 2 -vvs
3232

3333
- template: etc/ci/azure-posix.yml
3434
parameters:
35-
job_name: macos12_cpython
36-
image_name: macOS-12
35+
job_name: macos13_cpython
36+
image_name: macOS-13
3737
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
3838
test_suites:
3939
all: venv/bin/pytest -n 2 -vvs
4040

4141
- template: etc/ci/azure-posix.yml
4242
parameters:
43-
job_name: macos13_cpython
44-
image_name: macOS-13
43+
job_name: macos14_cpython_arm64
44+
image_name: macOS-14
4545
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
4646
test_suites:
4747
all: venv/bin/pytest -n 2 -vvs
4848

4949
- template: etc/ci/azure-posix.yml
5050
parameters:
5151
job_name: macos14_cpython
52-
image_name: macOS-14
53-
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
52+
image_name: macOS-14-large
53+
python_versions: ['3.8', '3.8', '3.9', '3.10', '3.12']
5454
test_suites:
5555
all: venv/bin/pytest -n 2 -vvs
5656

0 commit comments

Comments
 (0)