Skip to content

Commit 15e90da

Browse files
Merge remote-tracking branch 'skeleton/main' into update-ci
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
2 parents 395b971 + acb36f5 commit 15e90da

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ jobs:
99
# These jobs are using VMs and Azure-provided Pythons 3.8
1010
################################################################################
1111

12-
- template: etc/ci/azure-posix.yml
13-
parameters:
14-
job_name: ubuntu20_cpython
15-
image_name: ubuntu-20.04
16-
python_versions: ["3.9", "3.10", "3.11", "3.12"]
17-
test_suites:
18-
all: venv/bin/pytest -n 2 -vvs
19-
2012
- template: etc/ci/azure-posix.yml
2113
parameters:
2214
job_name: ubuntu22_cpython
@@ -27,8 +19,8 @@ jobs:
2719

2820
- template: etc/ci/azure-posix.yml
2921
parameters:
30-
job_name: macos12_cpython
31-
image_name: macOS-12
22+
job_name: ubuntu24_cpython
23+
image_name: ubuntu-24.04
3224
python_versions: ["3.9", "3.10", "3.11", "3.12"]
3325
test_suites:
3426
all: venv/bin/pytest -n 2 -vvs
@@ -41,6 +33,14 @@ jobs:
4133
test_suites:
4234
all: venv/bin/pytest -n 2 -vvs
4335

36+
- template: etc/ci/azure-posix.yml
37+
parameters:
38+
job_name: macos14_cpython
39+
image_name: macOS-14
40+
python_versions: ['3.9', '3.10', '3.11', '3.12']
41+
test_suites:
42+
all: venv/bin/pytest -n 2 -vvs
43+
4444
- template: etc/ci/azure-win.yml
4545
parameters:
4646
job_name: win2019_cpython

0 commit comments

Comments
 (0)