Skip to content

Commit 124da3d

Browse files
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 acf94b3 commit 124da3d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-pipelines.yml

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

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

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

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

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

0 commit comments

Comments
 (0)